Skip to content

Commit

Permalink
Merge pull request #657 from NullVoxPopuli/fix-debugging-of-ts-source
Browse files Browse the repository at this point in the history
  • Loading branch information
gitKrystan authored Nov 30, 2023
2 parents 60ebce7 + 211d0a7 commit bd62505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"preLaunchTask": "npm: build",
"autoAttachChildProcesses": true,
"runtimeExecutable": "${execPath}",
"outFiles": [
"${workspaceFolder}/**/*.js",
"!**/node_modules/**"
],
"args": [
"--extensionDevelopmentPath=${workspaceFolder}/packages/vscode",
"${workspaceFolder}/test-packages"
Expand Down

0 comments on commit bd62505

Please sign in to comment.