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 9b7ebf6 commit 874b819Copy full SHA for 874b819
src/client/activation/downloader.ts
@@ -41,7 +41,7 @@ export class AnalysisEngineDownloader {
41
42
let localTempFilePath = '';
43
try {
44
- localTempFilePath = await this.downloadFile(downloadUriPrefix, enginePackageFileName, 'Downloading Python Analysis Engine... ');
+ localTempFilePath = await this.downloadFile(downloadUriPrefix, enginePackageFileName, 'Downloading Microsoft Python Language Server... ');
45
await this.verifyDownload(localTempFilePath, platformString);
46
await this.unpackArchive(context.extensionPath, localTempFilePath);
47
} catch (err) {
0 commit comments