Stop opening too many terminals
This commit is contained in:
parent
ec64a0b5f1
commit
83b5db4860
1 changed files with 6 additions and 3 deletions
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
|
|
@ -11,7 +11,8 @@
|
|||
"group": "test",
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "new"
|
||||
"showReuseMessage": false,
|
||||
"panel": "shared"
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
|
|
@ -27,7 +28,8 @@
|
|||
"group": "test",
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "new"
|
||||
"showReuseMessage": false,
|
||||
"panel": "shared"
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
|
|
@ -43,7 +45,8 @@
|
|||
"group": "test",
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "new"
|
||||
"showReuseMessage": false,
|
||||
"panel": "shared"
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue