We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f90b8 commit 9c242d2Copy full SHA for 9c242d2
.vscode/launch.json
@@ -4,6 +4,15 @@
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": "Run node samples",
11
+ "program": "${workspaceRoot}/samples/node/node-sample.js",
12
+ "cwd": "${workspaceRoot}",
13
+ "outFiles": [],
14
+ "internalConsoleOptions": "openOnSessionStart"
15
+ },
16
{
17
"type": "node",
18
"request": "launch",
0 commit comments