mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Apply suggestions from code review
Co-authored-by: Veetaha <veetaha2@gmail.com>
This commit is contained in:
parent
45de3e738c
commit
87933e15ce
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ async function performDownloadWithRetryDialog<T>(downloadFunc: () => Promise<T>,
|
|||
try {
|
||||
return await downloadFunc();
|
||||
} catch (e) {
|
||||
const selected = await vscode.window.showErrorMessage("Failed perform download: " + e.message, {}, {
|
||||
const selected = await vscode.window.showErrorMessage("Failed to download: " + e.message, {}, {
|
||||
title: "Update Github Auth Token",
|
||||
updateToken: true,
|
||||
}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue