mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Ensure ExperimentationService gets disposed. (#161004)
This commit is contained in:
committed by
GitHub
parent
33ccdf6969
commit
9dfd49db63
@@ -54,7 +54,7 @@ export function activate(
|
||||
registerBaseCommands(commandManager, lazyClientHost, pluginManager, activeJsTsEditorTracker);
|
||||
|
||||
// Currently no variables in use.
|
||||
new ExperimentationService(context);
|
||||
context.subscriptions.push(new ExperimentationService(context));
|
||||
|
||||
import('./task/taskProvider').then(module => {
|
||||
context.subscriptions.push(module.register(lazyClientHost.map(x => x.serviceClient)));
|
||||
|
||||
Reference in New Issue
Block a user