From 6501162410078eff4f2c0bcdcd238b68cc1e605b Mon Sep 17 00:00:00 2001 From: Andreas Weizel Date: Thu, 6 Jun 2024 00:06:41 +0200 Subject: [PATCH] Fix TS breakpoints not properly usable in VSCode debugging --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2d68325..c8a2727 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,6 +32,7 @@ "outFiles": [ "${workspaceFolder}/vscode-extension/dist/**/*.js" ], + "cwd": "${workspaceFolder}/vscode-extension", "preLaunchTask": "${defaultBuildTask}" }, {