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

    Class DatalayerStatusBar

    Manages the Datalayer status bar item.

    This class provides a singleton status bar item that displays the current Authentication state and allows quick access to login/logout functionality. The status bar automatically updates when the authentication state changes.

    DatalayerAuthProvider - for authentication management.

    Implements

    • Disposable
    Index

    Methods

    • Dispose of the status bar item.

      Cleans up the VS Code status bar item resource. This method should Be called when the extension is deactivated to properly release The status bar resources.

      Returns void

    • Get or create the singleton instance of the status bar.

      This method implements the singleton pattern to ensure only one Status bar item is created for the extension. The authProvider Parameter is required only on first call.

      Parameters

      Returns DatalayerStatusBar

      The singleton instance of DatalayerStatusBar.

      Error if authProvider is not provided on first call.