You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our codebase is still using Python 3.6. (It's used in enterprise environments, and Python version upgrades are very conservative.) It would be better if we can designate debugpy version in config.json or can get separated extension which contains older version of debugpy==1.5.1.
The text was updated successfully, but these errors were encountered:
I confirmed that 2023.1.* is working with Python 3.6. Thank you! However, there is not any sense the version is supporting Python 3.6 or debugpy==1.5.1 in the description. I think the description should be mentioned about it.
Our codebase is still using Python 3.6. (It's used in enterprise environments, and Python version upgrades are very conservative.) It would be better if we can designate debugpy version in config.json or can get separated extension which contains older version of
debugpy==1.5.1
.The text was updated successfully, but these errors were encountered: