Skip to content
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

Closed
JanieHuang opened this issue Feb 5, 2024 · 4 comments
Closed
Assignees
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@JanieHuang
Copy link

To replicate:

  1. Go to VSCode Extensions
  2. Click "Install other version"
  3. Only available one is the current 2024 release, no other way to go to previous versions

image

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.

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Feb 5, 2024
@paulacamargo25
Copy link
Contributor

@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 Switch to Pre-Release Version

Screenshot 2024-02-05 at 4 32 23 PM

And then click on "Install other version". There you can see all the pre-release versions that we have.

Thanks

@paulacamargo25 paulacamargo25 changed the title Unable to install previous versions on VSCode. 2024 is the only version available. Install previous versions of the Python Debugger extension in VSCode. Feb 8, 2024
@paulacamargo25 paulacamargo25 pinned this issue Feb 8, 2024
@Cbnbrain
Copy link

Thanks

@Hylixen
Copy link

Hylixen commented Mar 23, 2024

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. :(
May there add previuos version in the market? thx

@realyyz
Copy link

realyyz commented Apr 4, 2024

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. :( May there add previuos version in the market? thx

There is an version of debugger called "debugpy old" in the extensions of vscode. You can try that one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

6 participants