Skip to content

Commit

Permalink
Enable Node.js source maps while debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed May 27, 2024
1 parent d6f3b3e commit 3104d7c
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 @@ -16,6 +16,9 @@
"--extensionDevelopmentPath=${workspaceFolder}/packages/vscode-mdx",
"${workspaceFolder}/fixtures/fixtures.code-workspace"
],
"env": {
"NODE_OPTIONS": "--enable-source-maps"
},
"outFiles": ["${workspaceFolder}/packages/vscode-mdx/out/**/*.js"],
"skipFiles": ["<node_internals>/**", "**/typescript/**"],
"preLaunchTask": "build"
Expand Down

0 comments on commit 3104d7c

Please sign in to comment.