Deactivates the extension and cleans up resources including tracked operations and LSP bridge.
This function is called when the extension is deactivated or VS Code is closing.
All disposables are automatically cleaned up through the context.subscriptions array.
Deactivates the extension and cleans up resources including tracked operations and LSP bridge. This function is called when the extension is deactivated or VS Code is closing. All disposables are automatically cleaned up through the context.subscriptions array.