提交 525f1e47 编写于 作者: A Alex Ross

Fix where user tasks show in the tasks quick pick

上级 a143fc36
......@@ -1998,7 +1998,7 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
for (let task of tasks) {
let key = task.getRecentlyUsedKey();
if (!key || !recentlyUsedTasks.has(key)) {
if (task._source.kind === TaskSourceKind.Workspace) {
if ((task._source.kind === TaskSourceKind.Workspace) || (task._source.kind === TaskSourceKind.User)) {
configured.push(task);
} else {
detected.push(task);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册