简体   繁体   中英

How to install previous version of Python extension for VSCode

I would like to install previous version of Python extension for VSCode (ms-python.python) to troubleshoot something, but when I am trying to use context menu with "Install another version..." I just have an error "server returned 404"

You need to install it from a .vsix file. You can find them here .
Download the .vsix file of the version you want. You may have to click assets to see them.
Then open VSCode, go to extensions -> click on the three dots -> install from vsix and select your file.
To install the .vsix you can also use the command

code --install-extension ms-python-release.vsix

如何从 vsix 安装

sources:
- How can I install Visual Studio Code extensions offline?
- https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix

This can be done using "Install Another Version" option available with VS Code extension store.

  1. Go to extensions.
  2. Click on Gear Icon for the installed extension
  3. Click on Install Another Version
  4. And select the version you wish to install选择版本选项

The 404 issue is a bug in the VS Code marketplace . They are actively working to fix the problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM