]> git.lizzy.rs Git - rust.git/commitdiff
Apply suggestions from code review
authorMatthias Einwag <matthias.einwag@live.com>
Wed, 23 Sep 2020 15:14:18 +0000 (08:14 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 15:14:18 +0000 (08:14 -0700)
Co-authored-by: Veetaha <veetaha2@gmail.com>
editors/code/src/main.ts

index 5a33b8fc29a1547cd5df7d0541ba4a93767d76ae..72c545b3c18f038f5f5dd228d6eef203bf061949 100644 (file)
@@ -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,
             }, {