Skip to content

Commit 7fcfb68

Browse files
author
Djubz
committed
Pending changes exported from your codespace
1 parent 659b5c1 commit 7fcfb68

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
@@ -1,6 +1,15 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4+
{
5+
"name": "Launch Program",
6+
"program": "${workspaceFolder}/app.js",
7+
"request": "launch",
8+
"skipFiles": [
9+
"<node_internals>/**"
10+
],
11+
"type": "node"
12+
},
413
{
514
"type": "node",
615
"request": "attach",

0 commit comments

Comments
 (0)