mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Remove rust-analyzer.workspace.discoverProjectRunner
This commit is contained in:
parent
7f77e09fbe
commit
ac6a3f82cd
2 changed files with 0 additions and 12 deletions
|
@ -252,10 +252,6 @@ export class Config {
|
|||
await this.cfg.update("checkOnSave", !(value || false), target || null, overrideInLanguage);
|
||||
}
|
||||
|
||||
get discoverProjectRunner(): string | undefined {
|
||||
return this.get<string | undefined>("discoverProjectRunner");
|
||||
}
|
||||
|
||||
get problemMatcher(): string[] {
|
||||
return this.get<string[]>("runnables.problemMatcher") || [];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue