Add debug settings for express
This commit is contained in:
parent
4447d7e15b
commit
077c2bd38a
1 changed files with 7 additions and 0 deletions
|
@ -118,6 +118,13 @@
|
|||
"pathMapping": {
|
||||
"/": "${workspaceFolder:ConnectForce}/src"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Launch Server",
|
||||
"program": "${workspaceFolder:Server}/src/main.js",
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
],
|
||||
"compounds": []
|
||||
|
|
Loading…
Reference in a new issue