提交 01d8fdff 编写于 作者: D Dirk Baeumer

Fixes #29920: Task shouldn't propose a problem matcher for test tasks.

上级 822d2ada
......@@ -922,6 +922,9 @@ class TaskService extends EventEmitter implements ITaskService {
if (!this.canCustomize()) {
return false;
}
if (task.group !== void 0 && task.group !== TaskGroup.Build) {
return false;
}
if (task.problemMatchers !== void 0 && task.problemMatchers.length > 0) {
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册