Skip to content

Commit

Permalink
fix vscode debugger's configuration for lib-sourcify
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocastignoli committed May 9, 2023
1 parent 765215b commit 3008e8a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,7 @@
// "--grep=v0.6.12",
"--exit",
],
"outFiles": [
"./**/*.js",
"${workspaceFolder}/packages/lib-sourcify/build/**/*.js"
],
"sourceMaps": true,
"smartStep": true,
"console": "integratedTerminal",
// "internalConsoleOptions": "neverOpen"
Expand Down

0 comments on commit 3008e8a

Please sign in to comment.