From 55fdcbe339a002099c17ba545fb593163fef2011 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Fri, 14 Oct 2022 09:28:44 +0200 Subject: Revert "fix: in VSCode, correctly resolve relative paths to errors" --- editors/code/src/run.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'editors/code/src/run.ts') diff --git a/editors/code/src/run.ts b/editors/code/src/run.ts index 100c0fe2d8c..22e5eda6827 100644 --- a/editors/code/src/run.ts +++ b/editors/code/src/run.ts @@ -89,14 +89,12 @@ export async function selectRunnable( export class RunnableQuickPick implements vscode.QuickPickItem { public label: string; - public cargoWorkspaceRoot?: string; public description?: string | undefined; public detail?: string | undefined; public picked?: boolean | undefined; constructor(public runnable: ra.Runnable) { this.label = runnable.label; - this.cargoWorkspaceRoot = runnable.args.workspaceRoot; } } -- cgit 1.4.1-3-g733a5