Skip to content

Commit fa65591

Browse files
hdevalkeVeetaha
andauthored
Update editors/code/src/config.ts
Co-Authored-By: Veetaha <veetaha2@gmail.com>
1 parent 39c92b3 commit fa65591

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editors/code/src/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ export class Config {
156156
get featureFlags() { return this.cfg.get("featureFlags") as Record<string, boolean>; }
157157
get additionalOutDirs() { return this.cfg.get("additionalOutDirs") as Record<string, string>; }
158158
get rustfmtArgs() { return this.cfg.get("rustfmtArgs") as string[]; }
159-
get vscodeLldb() { return this.cfg.get("vscodeLldb") as boolean; }
160159

161160
get cargoWatchOptions(): CargoWatchOptions {
162161
return {

0 commit comments

Comments
 (0)