Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/src/config.ts')
-rw-r--r--editors/code/src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts
index f62843dffa..1dae603714 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() {