Skip to content

Commit 9c242d2

Browse files
committed
Added configuraton for running the node samples.
1 parent 55f90b8 commit 9c242d2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vscode/launch.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"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+
},
716
{
817
"type": "node",
918
"request": "launch",

0 commit comments

Comments
 (0)