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 2847636 commit de99fa7Copy full SHA for de99fa7
editors/code/src/config.ts
@@ -134,7 +134,7 @@ export class Config {
134
file: prebuiltBinaryName,
135
storage: this.ctx.globalState,
136
tag: Config.extensionVersion,
137
- askBeforeDownload: !(this.cfg.get("askBeforeDownload") as boolean),
+ askBeforeDownload: this.cfg.get("askBeforeDownload") as boolean,
138
repo: {
139
name: "rust-analyzer",
140
owner: "rust-analyzer",
0 commit comments