1 parent 3fb0625 commit 21cbb23Copy full SHA for 21cbb23
1 file changed
src/client/debugger/DebugClients/LocalDebugClient.ts
@@ -55,7 +55,7 @@ export class LocalDebugClient extends DebugClient {
55
private getPTVSToolsFilePath(): string {
56
let currentFileName = module.filename;
57
let ptVSToolsPath = path.join(path.dirname(currentFileName), "..", "..", "..", "..", "pythonFiles", "PythonTools");
58
- return path.join(ptVSToolsPath, "visualstudio_py_launcher.py"));
+ return path.join(ptVSToolsPath, "visualstudio_py_launcher.py");
59
}
60
private displayError(error: any, context: string = "") {
61
if (!error) { return; }
0 commit comments