This commit is contained in:
David Barsky 2023-03-09 15:27:24 -05:00
parent 8af3d6367e
commit 46e022098f
8 changed files with 58 additions and 37 deletions

View file

@ -215,7 +215,7 @@ export class Config {
}
get discoverProjectCommand() {
return this.get<string[] | undefined>("discoverProjectCommand")
return this.get<string[] | undefined>("discoverProjectCommand");
}
get cargoRunner() {