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 b85f39f commit 81aa9dcCopy full SHA for 81aa9dc
src/task.ts
@@ -20,6 +20,7 @@ export class TaskExtension {
20
this._watcher = vscode.workspace.createFileSystemWatcher("**/*.{yml,yaml}");
21
this._nesting = settings.tree.nesting;
22
this._status = settings.tree.status;
23
+ vscode.commands.executeCommand('setContext', 'vscode-task:treeNesting', this._nesting);
24
}
25
26
public async update(checkForUpdates?: boolean): Promise<void> {
0 commit comments