diff --git a/.vscode/launch.json b/.vscode/launch.json index c743ae33..265bcd2c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "args": ["--extensionDevelopmentPath=${workspaceRoot}/decorator-sample" ], "stopOnEntry": false, "sourceMaps": true, - "outDir": "out", + "outDir": "decorator-sample/out", "preLaunchTask": "compile-decorator" } ]