diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index 1edb7713d4f..1900d900aff 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -208,7 +208,6 @@ async function bootstrapExtension(config: Config, state: PersistentState): Promi url: artifact.browser_download_url, dest, progressTitle: "Downloading rust-analyzer extension", - overwrite: true, }); }); @@ -340,7 +339,6 @@ async function getServer(config: Config, state: PersistentState): Promise { - if (err.code !== "ENOENT") throw err; - }); - } - await vscode.window.withProgress( { location: vscode.ProgressLocation.Notification,