vscode: fix inversion of askBeforeDownload
This commit is contained in:
@@ -134,7 +134,7 @@ export class Config {
|
|||||||
file: prebuiltBinaryName,
|
file: prebuiltBinaryName,
|
||||||
storage: this.ctx.globalState,
|
storage: this.ctx.globalState,
|
||||||
tag: Config.extensionVersion,
|
tag: Config.extensionVersion,
|
||||||
askBeforeDownload: !(this.cfg.get("askBeforeDownload") as boolean),
|
askBeforeDownload: this.cfg.get("askBeforeDownload") as boolean,
|
||||||
repo: {
|
repo: {
|
||||||
name: "rust-analyzer",
|
name: "rust-analyzer",
|
||||||
owner: "rust-analyzer",
|
owner: "rust-analyzer",
|
||||||
|
|||||||
Reference in New Issue
Block a user