Initializes all UI components for the extension. Registers providers, creates tree views, and sets up the status bar.
VS Code extension context
Authentication provider instance
SDK instance
Container with all initialized UI components
const ui = await initializeUI(context, authProvider, sdk);// UI components are registered and ready Copy
const ui = await initializeUI(context, authProvider, sdk);// UI components are registered and ready
Initializes all UI components for the extension. Registers providers, creates tree views, and sets up the status bar.