Skip to content

Commit de99fa7

Browse files
author
Veetaha
committed
vscode: fix inversion of askBeforeDownload
1 parent 2847636 commit de99fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export class Config {
134134
file: prebuiltBinaryName,
135135
storage: this.ctx.globalState,
136136
tag: Config.extensionVersion,
137-
askBeforeDownload: !(this.cfg.get("askBeforeDownload") as boolean),
137+
askBeforeDownload: this.cfg.get("askBeforeDownload") as boolean,
138138
repo: {
139139
name: "rust-analyzer",
140140
owner: "rust-analyzer",

0 commit comments

Comments
 (0)