Skip to content

Commit 6d6fcd5

Browse files
committed
change boolean
1 parent 1e3df4f commit 6d6fcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2995,7 +2995,7 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
29952995

29962996
// If no globs are found or matched fallback to checking for default tasks of the task group
29972997
if (!taskGroupTasks.length) {
2998-
taskGroupTasks = await this._findWorkspaceTasksInGroup(taskGroup, true);
2998+
taskGroupTasks = await this._findWorkspaceTasksInGroup(taskGroup, false);
29992999
}
30003000

30013001
// A single default task was returned, just run it directly

0 commit comments

Comments
 (0)