Skip to content

Commit a85e647

Browse files
committed
delete empty line
1 parent b325286 commit a85e647

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editors/code/src/debug.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ async function getDebugConfiguration(ctx: Ctx, runnable: ra.Runnable): Promise<v
8787
debugOutput.show(true);
8888
}
8989

90-
9190
const isMultiFolderWorkspace = vscode.workspace.workspaceFolders!.length > 1;
9291
const firstWorkspace = vscode.workspace.workspaceFolders![0]; // folder exists or RA is not active.
9392
const workspace = !isMultiFolderWorkspace || !runnable.args.workspaceRoot ?

0 commit comments

Comments
 (0)