Hide unnecessary debug settings
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Manuel Thalmann 2022-12-14 09:30:46 +01:00
parent 4e93da5488
commit 517b093b20
No known key found for this signature in database
GPG key ID: 5FD9AD3CCDDBD27B

View file

@ -117,6 +117,9 @@
"preLaunchTask": "Build",
"pathMapping": {
"/": "${workspaceFolder:ConnectForce}/src"
},
"presentation": {
"hidden": true
}
},
{
@ -124,7 +127,10 @@
"request": "launch",
"name": "Launch Server",
"program": "${workspaceFolder:Server}/src/main.js",
"console": "integratedTerminal"
"console": "integratedTerminal",
"presentation": {
"hidden": true
}
}
],
"compounds": [