How to download the .vsix file for older versions? #20184
-
Hi, How can I download the .vsix file of version 2022.16.1? In the version history of the extension, there's just versions greater than 2022.19.13111132 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 13 replies
-
Update [Since June 2024]:This is the new template: Valid targets: win32-x64, win32-arm64, linux-x64, linux-arm64, linux-armhf, darwin-x64, darwin-arm64, alpine-x64, alpine-arm64, web Older version:You can modify the URI template If you don't know which version you want and you have specific VS Code version restrictions, see the comment below on how figure out which version of the extension you want. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to "browse" all the older available ?? (eg: browse all 2022.20.x or 2021.x.y) |
Beta Was this translation helpful? Give feedback.
-
To tell what version of the extension is definitely supported by a specific version of VS Code, you can look at https://github.com/microsoft/vscode-python/releases and align the N.M.0 release to the date of the VS Code release (we always aim to release the same day as VS Code), then grab the latest bugfix version for that release. So for VS Code 1.74, that was released in December 2022 (it's called the "November release" because the bulk of the work was done in November). If you check the release date for 2022.20.0, you will see they align. You then might notice there's a 2022.20.1 bugfix release which is also compatible. If you want to know how to tell definitively, pull up the tag for a release and check https://github.com/microsoft/vscode-python/blob/main/package.json for the |
Beta Was this translation helpful? Give feedback.
-
This is the new template: Valid targets: win32-x64, win32-arm64, linux-x64, linux-arm64, linux-armhf, darwin-x64, darwin-arm64, alpine-x64, alpine-arm64, web |
Beta Was this translation helpful? Give feedback.
Update [Since June 2024]:
This is the new template:
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.15.2024091801/vspackage?targetPlatform=win32-x64
Valid targets: win32-x64, win32-arm64, linux-x64, linux-arm64, linux-armhf, darwin-x64, darwin-arm64, alpine-x64, alpine-arm64, web
Older version:
You can modify the URI template
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/{version}/vspackage
by replacing{version}
with the version you want to download, e.g. https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2022.16.1/vspackage for 2022…