Skip to content

Commit

Permalink
Don’t skip VSCode related packages while debugging
Browse files Browse the repository at this point in the history
It can be useful to step into them.
  • Loading branch information
remcohaszing committed Apr 18, 2024
1 parent 004b802 commit 88d9956
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
"${workspaceFolder}/fixtures/fixtures.code-workspace"
],
"outFiles": ["${workspaceFolder}/packages/vscode-mdx/out/**/*.js"],
"skipFiles": [
"<node_internals>/**",
"**/node_modules/vscode-*/**",
"**/typescript/**"
],
"skipFiles": ["<node_internals>/**", "**/typescript/**"],
"preLaunchTask": "build"
}
]
Expand Down

0 comments on commit 88d9956

Please sign in to comment.