Update editors/code/src/config.ts

Co-Authored-By: Veetaha <veetaha2@gmail.com>
This commit is contained in:
hdevalke 2020-03-12 22:56:37 +01:00 committed by GitHub
parent 39c92b3872
commit fa655912b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,7 +156,6 @@ export class Config {
get featureFlags() { return this.cfg.get("featureFlags") as Record<string, boolean>; }
get additionalOutDirs() { return this.cfg.get("additionalOutDirs") as Record<string, string>; }
get rustfmtArgs() { return this.cfg.get("rustfmtArgs") as string[]; }
get vscodeLldb() { return this.cfg.get("vscodeLldb") as boolean; }
get cargoWatchOptions(): CargoWatchOptions {
return {