未验证 提交 f247d234 编写于 作者: A Alex Ross

Use terminal groups for build

Fixes https://github.com/microsoft/vscode/issues/122287
上级 4550c3b4
......@@ -7,7 +7,8 @@
"label": "Build VS Code Core",
"isBackground": true,
"presentation": {
"reveal": "never"
"reveal": "never",
"group": "buildWatchers"
},
"problemMatcher": {
"owner": "typescript",
......@@ -33,7 +34,8 @@
"label": "Build VS Code Extensions",
"isBackground": true,
"presentation": {
"reveal": "never"
"reveal": "never",
"group": "buildWatchers"
},
"problemMatcher": {
"owner": "typescript",
......@@ -71,7 +73,8 @@
"label": "Kill Build VS Code Core",
"group": "build",
"presentation": {
"reveal": "never"
"reveal": "never",
"group": "buildKillers"
},
"problemMatcher": "$tsc"
},
......@@ -81,7 +84,8 @@
"label": "Kill Build VS Code Extensions",
"group": "build",
"presentation": {
"reveal": "never"
"reveal": "never",
"group": "buildKillers"
},
"problemMatcher": "$tsc"
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册