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.
StaticgetGet 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.
OptionalauthProvider: DatalayerAuthProviderThe authentication provider (required on first call).
The singleton instance of 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.
See
DatalayerAuthProvider - for authentication management.