diff options
author | hdevalke <[email protected]> | 2020-03-12 21:56:37 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-12 21:56:37 +0000 |
commit | fa655912b540ece5920de8deb7856629850f5bdc (patch) | |
tree | ba8388515b3a34120eea144e020d96a6033ca2e1 /editors/code | |
parent | 39c92b38726a4ca0e0e48198cbd5bdd82bbf2fb5 (diff) |
Update editors/code/src/config.ts
Co-Authored-By: Veetaha <[email protected]>
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/src/config.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index 40f4c7a0d..3ade7e900 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts | |||
@@ -156,7 +156,6 @@ export class Config { | |||
156 | get featureFlags() { return this.cfg.get("featureFlags") as Record<string, boolean>; } | 156 | get featureFlags() { return this.cfg.get("featureFlags") as Record<string, boolean>; } |
157 | get additionalOutDirs() { return this.cfg.get("additionalOutDirs") as Record<string, string>; } | 157 | get additionalOutDirs() { return this.cfg.get("additionalOutDirs") as Record<string, string>; } |
158 | get rustfmtArgs() { return this.cfg.get("rustfmtArgs") as string[]; } | 158 | get rustfmtArgs() { return this.cfg.get("rustfmtArgs") as string[]; } |
159 | get vscodeLldb() { return this.cfg.get("vscodeLldb") as boolean; } | ||
160 | 159 | ||
161 | get cargoWatchOptions(): CargoWatchOptions { | 160 | get cargoWatchOptions(): CargoWatchOptions { |
162 | return { | 161 | return { |