mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
code: yeet rust-analyzer.discoverProjectCommand
This commit is contained in:
parent
caeea45999
commit
b1b044f2d5
5 changed files with 19 additions and 67 deletions
|
@ -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[] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue