We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8442a02 commit 80ebf63Copy full SHA for 80ebf63
src/download.ts
@@ -24,7 +24,7 @@ const doDownload = async (version: string, downloadPath: string): Promise<string
24
return vscode.window.withProgress(
25
{
26
location: vscode.ProgressLocation.Notification,
27
- title: `Installing Coder CLI ${version}`,
+ title: `Downloading Coder CLI ${version}`,
28
},
29
async () => {
30
const assetUrl = getAssetUrl(version)
0 commit comments