Skip to content

Commit 80ebf63

Browse files
committed
Reword "installing" to "downloading" during download
1 parent 8442a02 commit 80ebf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/download.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const doDownload = async (version: string, downloadPath: string): Promise<string
2424
return vscode.window.withProgress(
2525
{
2626
location: vscode.ProgressLocation.Notification,
27-
title: `Installing Coder CLI ${version}`,
27+
title: `Downloading Coder CLI ${version}`,
2828
},
2929
async () => {
3030
const assetUrl = getAssetUrl(version)

0 commit comments

Comments
 (0)