diff --git a/src/client/activation/downloader.ts b/src/client/activation/downloader.ts index f28075571579..3fee93e418f5 100644 --- a/src/client/activation/downloader.ts +++ b/src/client/activation/downloader.ts @@ -41,7 +41,7 @@ export class AnalysisEngineDownloader { let localTempFilePath = ''; try { - localTempFilePath = await this.downloadFile(downloadUriPrefix, enginePackageFileName, 'Downloading Python Analysis Engine... '); + localTempFilePath = await this.downloadFile(downloadUriPrefix, enginePackageFileName, 'Downloading Microsoft Python Language Server... '); await this.verifyDownload(localTempFilePath, platformString); await this.unpackArchive(context.extensionPath, localTempFilePath); } catch (err) {