microsoft / vscode-python-debugger

Python debugger (debugpy) extension for VS Code.
https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
MIT License
40 stars 17 forks source link

Unable to install previous version #337

Closed josiahlund closed 1 month ago

josiahlund commented 1 month ago

I'm working on a project that's locked in the past. I'm trying to install a 2023.1.xxx version, but am seeing no way to do so. I see the note

Note: If you do not see older extension versions to install (<=2024.0.0), try opting-in to pre-releases. You can do so on the extension page by clicking Switch to Pre-Release Version.

but, I am not seeing the option to use a pre-release version

image

It's clear that this issue has been encountered and the note has me thinking it has been addressed and I'm just missing something. Is it just me or is there no way to install a version prior to 2024.0.0 at the moment?

josiahlund commented 1 month ago

It appears the limitation was driven by the version of VS code that I was using.