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"
VS Code provides an Install Another Version action on an installed extension which shows a dropdown of available versions. The option to install another version is in the context menu. Or the gear icon for each extension.
I love using the command palette in VS Code to jump to a specific file. You can open the palette with the keyboard shortcut Cmd+P and then start typing for the name of the file you are looking for. This is great!
Install Python and the Python extension# For a quick install, use Python from python.org and install the extension from the VS Code Marketplace. Once you have a version of Python installed, activate it using the Python: Select Interpreter command.
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
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With