diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/src/main.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index ee6e712a4..c1e2b97c3 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts | |||
@@ -93,9 +93,7 @@ export async function activate(context: vscode.ExtensionContext) { | |||
93 | ctx.registerCommand('applySourceChange', commands.applySourceChange); | 93 | ctx.registerCommand('applySourceChange', commands.applySourceChange); |
94 | ctx.registerCommand('selectAndApplySourceChange', commands.selectAndApplySourceChange); | 94 | ctx.registerCommand('selectAndApplySourceChange', commands.selectAndApplySourceChange); |
95 | 95 | ||
96 | if (workspaceFolder !== null) { | 96 | ctx.pushCleanup(activateTaskProvider(workspaceFolder)); |
97 | ctx.pushCleanup(activateTaskProvider(workspaceFolder)); | ||
98 | } | ||
99 | 97 | ||
100 | activateStatusDisplay(ctx); | 98 | activateStatusDisplay(ctx); |
101 | 99 | ||