diff options
Diffstat (limited to 'editors/code/src')
-rw-r--r-- | editors/code/src/debug.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/debug.ts b/editors/code/src/debug.ts index 1427ecf9a..925126a16 100644 --- a/editors/code/src/debug.ts +++ b/editors/code/src/debug.ts | |||
@@ -87,7 +87,6 @@ async function getDebugConfiguration(ctx: Ctx, runnable: ra.Runnable): Promise<v | |||
87 | debugOutput.show(true); | 87 | debugOutput.show(true); |
88 | } | 88 | } |
89 | 89 | ||
90 | |||
91 | const isMultiFolderWorkspace = vscode.workspace.workspaceFolders!.length > 1; | 90 | const isMultiFolderWorkspace = vscode.workspace.workspaceFolders!.length > 1; |
92 | const firstWorkspace = vscode.workspace.workspaceFolders![0]; // folder exists or RA is not active. | 91 | const firstWorkspace = vscode.workspace.workspaceFolders![0]; // folder exists or RA is not active. |
93 | const workspace = !isMultiFolderWorkspace || !runnable.args.workspaceRoot ? | 92 | const workspace = !isMultiFolderWorkspace || !runnable.args.workspaceRoot ? |