This commit is contained in:
parent
4e93da5488
commit
517b093b20
1 changed files with 7 additions and 1 deletions
|
@ -117,6 +117,9 @@
|
||||||
"preLaunchTask": "Build",
|
"preLaunchTask": "Build",
|
||||||
"pathMapping": {
|
"pathMapping": {
|
||||||
"/": "${workspaceFolder:ConnectForce}/src"
|
"/": "${workspaceFolder:ConnectForce}/src"
|
||||||
|
},
|
||||||
|
"presentation": {
|
||||||
|
"hidden": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -124,7 +127,10 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Launch Server",
|
"name": "Launch Server",
|
||||||
"program": "${workspaceFolder:Server}/src/main.js",
|
"program": "${workspaceFolder:Server}/src/main.js",
|
||||||
"console": "integratedTerminal"
|
"console": "integratedTerminal",
|
||||||
|
"presentation": {
|
||||||
|
"hidden": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"compounds": [
|
"compounds": [
|
||||||
|
|
Loading…
Reference in a new issue