aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src/main.ts')
-rw-r--r--editors/code/src/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts
index 12b4d0510..5b4f453c8 100644
--- a/editors/code/src/main.ts
+++ b/editors/code/src/main.ts
@@ -115,7 +115,7 @@ export async function activate(context: vscode.ExtensionContext) {
115 ctx.registerCommand('applyActionGroup', commands.applyActionGroup); 115 ctx.registerCommand('applyActionGroup', commands.applyActionGroup);
116 ctx.registerCommand('gotoLocation', commands.gotoLocation); 116 ctx.registerCommand('gotoLocation', commands.gotoLocation);
117 117
118 ctx.pushCleanup(activateTaskProvider(workspaceFolder)); 118 ctx.pushCleanup(activateTaskProvider(workspaceFolder, ctx.config));
119 119
120 activateStatusDisplay(ctx); 120 activateStatusDisplay(ctx);
121 121