Skip to content

Commit 44b2f0c

Browse files
committed
chore: update Attach to Remote launch config
1 parent 021f049 commit 44b2f0c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscode/launch.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
{
88
"type": "node",
99
"request": "attach",
10-
"name": "Attach",
10+
"name": "Attach to Remote",
11+
"address": "127.0.0.1",
1112
"port": 9229,
12-
"skipFiles": ["<node_internals>/**"]
13+
"localRoot": "${workspaceFolder}",
14+
"remoteRoot": "${workspaceFolder}"
1315
},
1416
{
1517
"name": "Run All Tests",

0 commit comments

Comments
 (0)