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 021f049 commit 44b2f0cCopy full SHA for 44b2f0c
.vscode/launch.json
@@ -7,9 +7,11 @@
7
{
8
"type": "node",
9
"request": "attach",
10
- "name": "Attach",
+ "name": "Attach to Remote",
11
+ "address": "127.0.0.1",
12
"port": 9229,
- "skipFiles": ["<node_internals>/**"]
13
+ "localRoot": "${workspaceFolder}",
14
+ "remoteRoot": "${workspaceFolder}"
15
},
16
17
"name": "Run All Tests",
0 commit comments