Skip to content
Snippets Groups Projects
Commit a064e154 authored by Takashi Tamura's avatar Takashi Tamura
Browse files

Put build watchers at the same terminal tab. [skip ci]

parent 1cd3db6f
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,10 @@
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"group": {
"kind": "build"
"reveal": "never",
"group": "buildWatchers"
},
"group": "build",
"detail": "Watch ./src"
},
{
......@@ -24,11 +23,10 @@
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"group": {
"kind": "build"
"reveal": "never",
"group": "buildWatchers"
},
"group": "build",
"detail": "Watch ./viewer"
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment