mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Make sure we dispose of pluginManager
This commit is contained in:
@@ -24,6 +24,7 @@ export function activate(
|
||||
context: vscode.ExtensionContext
|
||||
): Api {
|
||||
const pluginManager = new PluginManager();
|
||||
context.subscriptions.push(pluginManager);
|
||||
|
||||
const commandManager = new CommandManager();
|
||||
context.subscriptions.push(commandManager);
|
||||
|
||||
Reference in New Issue
Block a user