This commit is contained in:
parent
4e93da5488
commit
517b093b20
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue