diff options
author | Urban Dove <[email protected]> | 2020-07-26 18:42:17 +0100 |
---|---|---|
committer | Urban Dove <[email protected]> | 2020-07-26 18:42:17 +0100 |
commit | a85e64770d13598103c9122c6514ec3d5a3b0d53 (patch) | |
tree | 6dce39186aa09c2e24092ff741846f3f2f891bd2 /editors | |
parent | b32528659a64f74da4b652c44b9fb47844899809 (diff) |
delete empty line
Diffstat (limited to 'editors')
-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 ? |