We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c92b3 commit fa65591Copy full SHA for fa65591
editors/code/src/config.ts
@@ -156,7 +156,6 @@ export class Config {
156
get featureFlags() { return this.cfg.get("featureFlags") as Record<string, boolean>; }
157
get additionalOutDirs() { return this.cfg.get("additionalOutDirs") as Record<string, string>; }
158
get rustfmtArgs() { return this.cfg.get("rustfmtArgs") as string[]; }
159
- get vscodeLldb() { return this.cfg.get("vscodeLldb") as boolean; }
160
161
get cargoWatchOptions(): CargoWatchOptions {
162
return {
0 commit comments