Øystein Bedin
2019-06-26 dac3b367122d38cb1f860fc6f269d7a3f7727a7b
commit | author | age
c57b24 1 {
D 2     // Use IntelliSense to learn about possible attributes.
3     // Hover to view descriptions of existing attributes.
4     // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5     "version": "0.2.0",
6     "configurations": [
7     {
8         "type": "node",
9         "request": "launch",
10         "name": "Launch via NPM",
11         "runtimeExecutable": "npm",
12         "runtimeArgs": [
13             "run-script",
14             "start"
15         ],
16         "port": 9229
17     },
18         {
19             "type": "node",
20             "request": "launch",
21             "name": "Launch Program",
22             "program": "${workspaceFolder}/server/app.js"
23         }
24     ]
25 }