Skip to content

Commit

Permalink
skip node internals (vercel#13345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored May 25, 2020
1 parent 43a54fb commit 8079fa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"cwd": "${workspaceFolder}",
"runtimeExecutable": "yarn",
"runtimeArgs": ["run", "debug", "dev", "test/integration/basic"],
"skipFiles": ["<node_internals>/**"],
"port": 9229
},
{
Expand All @@ -20,6 +21,7 @@
"cwd": "${workspaceFolder}",
"runtimeExecutable": "yarn",
"runtimeArgs": ["run", "debug", "build", "test/integration/basic"],
"skipFiles": ["<node_internals>/**"],
"port": 9229
},
{
Expand All @@ -29,6 +31,7 @@
"cwd": "${workspaceFolder}",
"runtimeExecutable": "yarn",
"runtimeArgs": ["run", "debug", "start", "test/integration/basic"],
"skipFiles": ["<node_internals>/**"],
"port": 9229
},
{
Expand Down

0 comments on commit 8079fa2

Please sign in to comment.