From 42c86598cd02bdaa85a052bd60019389bc551986 Mon Sep 17 00:00:00 2001 From: Niklas Rentz Date: Tue, 22 Oct 2024 17:18:12 +0200 Subject: [PATCH] added hints on how to make the KLighD VS Code extension debuggable from the launch configurations. --- .vscode/launch.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8ba9831..ee0836a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", @@ -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",