mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Revert "fix: in VSCode, correctly resolve relative paths to errors"
This commit is contained in:
parent
36a70b7435
commit
55fdcbe339
6 changed files with 1 additions and 21 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue