Stop opening too many terminals

This commit is contained in:
Andras Schmelczer 2022-09-17 20:19:37 +02:00
parent ec64a0b5f1
commit 83b5db4860
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

9
.vscode/tasks.json vendored
View file

@ -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}"