mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
fmt
This commit is contained in:
parent
8af3d6367e
commit
46e022098f
8 changed files with 58 additions and 37 deletions
|
@ -215,7 +215,7 @@ export class Config {
|
|||
}
|
||||
|
||||
get discoverProjectCommand() {
|
||||
return this.get<string[] | undefined>("discoverProjectCommand")
|
||||
return this.get<string[] | undefined>("discoverProjectCommand");
|
||||
}
|
||||
|
||||
get cargoRunner() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue