Skip to content

Commit

Permalink
skip node modules while debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Aug 22, 2018
1 parent eeb3885 commit 5f63abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"skipFiles": ["<node_internals>/**/*.js", "**/node_modules/**/*.js"],
"smartStep": true,
"sourceMaps": true,
"outFiles": [
Expand Down

0 comments on commit 5f63abc

Please sign in to comment.