code: yeet rust-analyzer.discoverProjectCommand

This commit is contained in:
David Barsky 2023-09-05 12:02:30 -04:00
parent caeea45999
commit b1b044f2d5
5 changed files with 19 additions and 67 deletions

View file

@ -253,8 +253,8 @@ export class Config {
return this.get<boolean>("trace.extension");
}
get discoverProjectCommand() {
return this.get<string[] | undefined>("discoverProjectCommand");
get discoverProjectRunner(): string | undefined {
return this.get<string | undefined>("discoverProjectRunner");
}
get problemMatcher(): string[] {