-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install previous versions of the Python Debugger extension in VSCode. #193
Comments
@JanieHuang thanks for your issue report. 2024.0.0 is the only version that we have in release, that's why you can only see one. To install pre-release versions, first change the version to pre-release by clicking on And then click on "Install other version". There you can see all the pre-release versions that we have. Thanks |
Thanks |
It's hard to get previous version releases of extension. When you are using old version of vscode, you can't install the latest debugger due to compatibility exp (Unable to install extension 'ms-python.python' as it is not compatible with VS Code '1.75.1'.). Just install it manually, you'll find that no old versions extension in the market and in the offical git repository releases just source code. When you want to debug python <= 3.6, then just spend days to find the compatible extension from the internet. :( |
There is an version of debugger called "debugpy old" in the extensions of vscode. You can try that one. |
To replicate:
Currently on Ubuntu, but I was able to easily replicate this on Windows.
I was able to pull up version lists for other extensions, but it seems this plugin (as well as in the Releases tab on GitHub) seemed to be wiped.
The text was updated successfully, but these errors were encountered: