Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/src/debug.ts')
-rw-r--r--editors/code/src/debug.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/debug.ts b/editors/code/src/debug.ts
index 24f8d90873..9bc3adad2f 100644
--- a/editors/code/src/debug.ts
+++ b/editors/code/src/debug.ts
@@ -48,7 +48,7 @@ export async function makeDebugConfig(ctx: Ctx, runnable: ra.Runnable): Promise<
}
export async function startDebugSession(ctx: Ctx, runnable: ra.Runnable): Promise<boolean> {
- let debugConfig: vscode.DebugConfiguration | undefined = undefined;
+ let debugConfig: vscode.DebugConfiguration | undefined;
let message = "";
const wsLaunchSection = vscode.workspace.getConfiguration("launch");