Activates the Datalayer VS Code extension by initializing all services, UI, and commands.
This function is called when the extension is activated by VS Code.
It orchestrates the initialization of all components using the service container.
Parameters
context: ExtensionContext
The extension context provided by VS Code.
Returns Promise<void>
Promise that resolves when activation is complete.
Activates the Datalayer VS Code extension by initializing all services, UI, and commands. This function is called when the extension is activated by VS Code. It orchestrates the initialization of all components using the service container.