diff options
| author | David Barsky <me@davidbarsky.com> | 2023-03-09 15:27:24 -0500 |
|---|---|---|
| committer | David Barsky <me@davidbarsky.com> | 2023-03-13 13:30:19 -0400 |
| commit | 46e022098feda31c98120ca58b6ce02b45cdedf9 (patch) | |
| tree | 46f454538a452420198ce2f509ea9455a38d6bd2 /editors/code/src/config.ts | |
| parent | 8af3d6367ecead0abf80e697176f697d97c25215 (diff) | |
| download | rust-46e022098feda31c98120ca58b6ce02b45cdedf9.tar.gz rust-46e022098feda31c98120ca58b6ce02b45cdedf9.zip | |
fmt
Diffstat (limited to 'editors/code/src/config.ts')
| -rw-r--r-- | editors/code/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index f62843dffa6..1dae603714d 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts @@ -215,7 +215,7 @@ export class Config { } get discoverProjectCommand() { - return this.get<string[] | undefined>("discoverProjectCommand") + return this.get<string[] | undefined>("discoverProjectCommand"); } get cargoRunner() { |
