diff --git a/news/2 Fixes/2362.md b/news/2 Fixes/2362.md new file mode 100644 index 000000000000..56c7e0ad1ccd --- /dev/null +++ b/news/2 Fixes/2362.md @@ -0,0 +1 @@ +Update the downloaded Python language server nuget package filename to 'Python-Language-Server-{OSType}.beta.nupkg'. \ No newline at end of file diff --git a/src/client/activation/downloader.ts b/src/client/activation/downloader.ts index 0bb6b9dbcf20..c2614f42abb0 100644 --- a/src/client/activation/downloader.ts +++ b/src/client/activation/downloader.ts @@ -20,7 +20,7 @@ const StreamZip = require('node-stream-zip'); const downloadUriPrefix = 'https://pvsc.blob.core.windows.net/python-language-server'; const downloadBaseFileName = 'Python-Language-Server'; -const downloadVersion = '0.1.18204.3'; +const downloadVersion = 'beta'; const downloadFileExtension = '.nupkg'; export const DownloadLinks = {