We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a781a58 commit 9ef1e9eCopy full SHA for 9ef1e9e
editors/code/src/main.ts
@@ -93,9 +93,7 @@ export async function activate(context: vscode.ExtensionContext) {
93
ctx.registerCommand('applySourceChange', commands.applySourceChange);
94
ctx.registerCommand('selectAndApplySourceChange', commands.selectAndApplySourceChange);
95
96
- if (workspaceFolder !== null) {
97
- ctx.pushCleanup(activateTaskProvider(workspaceFolder));
98
- }
+ ctx.pushCleanup(activateTaskProvider(workspaceFolder));
99
100
activateStatusDisplay(ctx);
101
0 commit comments