You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
When ever VSC downloads a language server we can capture the latest version info from the latest_version.txt file
Next time we just download the latest_version.txt and compare it against the previously downloaded info.
If the new version is DIFFERENT, then we download the packages.
This sounds like a KISS solution. I don't think we should complicate it.
Either way, i'd like a very simple and easy way of determining this from the extension, hence the suggestion for the text file.
Also, I believe generating and uploading the text file can be automated into the CI pipeline. I.e. no coding, just CI.
The text was updated successfully, but these errors were encountered:
This is necessary to enable the following (microsoft/vscode-python#2580).
Basically all we need is:
Proposal:
latest_version.txt
with the version info, to the location https://pvsc.blob.core.windows.net/python-language-serverlatest_version.txt
filelatest_version.txt
and compare it against the previously downloaded info.This sounds like a KISS solution. I don't think we should complicate it.
Either way, i'd like a very simple and easy way of determining this from the extension, hence the suggestion for the text file.
Also, I believe generating and uploading the text file can be automated into the CI pipeline. I.e. no coding, just CI.
The text was updated successfully, but these errors were encountered: