Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Function registerAllCommands

    • Registers all extension commands.

      Parameters

      • context: ExtensionContext

        The extension context for managing command subscriptions

      • services: CommandServices

        All services required by commands

      • updateAuthState: () => void

        Callback to update authentication state across UI components

      Returns void

      void

      registerAllCommands(context, services, updateAuthState);