Skip to content

Commit

Permalink
fix debugging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon committed Jun 24, 2023
1 parent 38dd0bf commit 4464846
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@
"--extensionDevelopmentPath=${workspaceRoot}"
],
"sourceMaps": true,
"outFiles": [
"out/src"
],
"outFiles": ["${workspaceFolder}/out/**/*.js"],
"preLaunchTask": "npm"
},
{
Expand Down

0 comments on commit 4464846

Please sign in to comment.