UNPKG

1.02 kBJSONView Raw
1{
2 // Use IntelliSense to learn about possible Node.js debug 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": "attach",
10 "name": "Attach to Remote",
11 "address": "localhost",
12 "port": 40469,
13 "localRoot": "${workspaceRoot}",
14 "remoteRoot": "${workspaceRoot}"
15 },
16 {
17 "type": "node",
18 "request": "launch",
19 "name": "Launch Program 2",
20 "program": "${workspaceRoot}/test_tags.js"
21 },
22 {
23 "type": "node",
24 "request": "launch",
25 "env": {
26 "OSM_COMMENTS_POSTGRES_URL":"postgres://localhost/osm-comments-api-test"
27 },
28 "name": "Launch Program",
29 "program": "${workspaceRoot}/run-server.js"
30 }
31 ]
32}
\No newline at end of file