Skip to content

Commit 96ab4fc

Browse files
committed
Updated launch.json to debug Express from vscode
1 parent 448ceef commit 96ab4fc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.vscode/launch.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@
1515
"sourceMaps": true,
1616
"outDir": "dist"
1717
},
18+
{
19+
"name": "Express",
20+
"request": "launch",
21+
"type": "node",
22+
"program": "example/express/app.js",
23+
"runtimeArgs": [
24+
"--nolazy"
25+
],
26+
"sourceMaps": true,
27+
"outDir": "dist"
28+
},
1829
{
1930
"name": "Attach",
2031
"request": "attach",
@@ -24,4 +35,4 @@
2435
"outDir": "dist"
2536
}
2637
]
27-
}
38+
}

0 commit comments

Comments
 (0)