mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +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
|
@ -17,10 +17,6 @@ export type Workspace =
|
|||
};
|
||||
|
||||
export class Ctx {
|
||||
// Helps VS Code to correctly link problems from runnables. This is used by
|
||||
// `rust-analyzer.cargoWorkspaceRootForCurrentRun` command of $rustc-run problem matcher.
|
||||
cargoWorkspaceRootForCurrentRun?: string = undefined;
|
||||
|
||||
private constructor(
|
||||
readonly config: Config,
|
||||
private readonly extCtx: vscode.ExtensionContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue