Remove rust-analyzer.workspace.discoverProjectRunner

This commit is contained in:
David Richey 2024-08-16 09:47:46 -05:00
parent 7f77e09fbe
commit ac6a3f82cd
2 changed files with 0 additions and 12 deletions

View file

@ -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") || [];
}