diff --git a/.vscode/launch.json b/.vscode/launch.json index 08869ac..d60c89d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "args": ["--extensionDevelopmentPath=${workspaceRoot}" ], "stopOnEntry": false, "sourceMaps": true, - "outDir": "out/src", + "outDir": "${workspaceRoot}/out/src", "preLaunchTask": "npm" }, { @@ -21,7 +21,7 @@ "args": ["--extensionDevelopmentPath=${workspaceRoot}", "--extensionTestsPath=${workspaceRoot}/out/test" ], "stopOnEntry": false, "sourceMaps": true, - "outDir": "out/test", + "outDir": "${workspaceRoot}/out/test", "preLaunchTask": "npm" } ]