mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Fixes #38641: Filter task by project name in multi-root
This commit is contained in:
@@ -1858,7 +1858,7 @@ class TaskService implements ITaskService {
|
||||
entries.push(defaultEntry);
|
||||
}
|
||||
return entries;
|
||||
}), { placeHolder, autoFocus: { autoFocusFirstEntry: true } }).then(entry => entry ? entry.task : undefined);
|
||||
}), { placeHolder, autoFocus: { autoFocusFirstEntry: true }, matchOnDescription: true }).then(entry => entry ? entry.task : undefined);
|
||||
}
|
||||
|
||||
private showIgnoredFoldersMessage(): TPromise<void> {
|
||||
|
||||
Reference in New Issue
Block a user