Skip to content

Commit

Permalink
Merge pull request #101 from kieler/nre/how-to-debug-klighd
Browse files Browse the repository at this point in the history
Added hints on how to make the KLighD VS Code extension debuggable from the launch configurations.
  • Loading branch information
NiklasRentzCAU authored Oct 22, 2024
2 parents c29ec53 + 42c8659 commit 256fa3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"sourceMapPathOverrides": {
"webpack:///./~/*": "${workspaceFolder}/node_modules/*",
"webpack://?:*/*": "${workspaceFolder}/keith-vscode/*"
// "webpack://?:*/*": "${workspaceFolder}/../klighd-vscode/applications/klighd-vscode/*" // Comment in this line and comment out the line above to debug the extension code of klighd-vscode instead.
},
"outFiles": [
"${workspaceFolder}/keith-vscode/dist/**/*.js",
Expand Down Expand Up @@ -109,6 +110,7 @@
"sourceMapPathOverrides": {
"webpack:///./~/*": "${workspaceFolder}/node_modules/*",
"webpack://?:*/*": "${workspaceFolder}/keith-vscode/*"
// "webpack://?:*/*": "${workspaceFolder}/../klighd-vscode/applications/klighd-vscode/*" // Comment in this line and comment out the line above to debug the extension code of klighd-vscode instead.
},
"outFiles": [
"${workspaceFolder}/keith-vscode/dist/**/*.js",
Expand Down

0 comments on commit 256fa3e

Please sign in to comment.