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: SDKAuthProviderThe 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.
Example
See
SDKAuthProvider - for authentication management