Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

vscode debug ignore node_modules

"skipFiles": [
    "${workspaceFolder}/node_modules/**/*.js",
    "<node_internals>/**/*.js"
  ]
Source by github.com #
 
PREVIOUS NEXT
Tagged: #vscode #debug #ignore
ADD COMMENT
Topic
Name
6+5 =