-
Notifications
You must be signed in to change notification settings - Fork 45
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
--help doesn't work for python3.6 #202
Comments
@arthur-s thanks for raising this issue! Since Python 3.6 is no longer officially supported, and vscode appears to have also stopped supporting Python 3.6, I figure we can address this by simply removing support for Python 3.6. Any strong objections? |
@pappasam , no objections :) |
Sadly the RedHat8 family, which has its EOL in Mid 2029 is fixed at Python 3.6.8 (and actually still provides security-updates for that). The MS extension provides support for this again (if you want to debug, then you need to install an older version of only the sister debug extension). Could the support for Python 3.6.8 be added? I've only checked so far that the bundled importlib_metadata and typing_extensions are too new, dropping them and use a site-install [=older version] may work (for importlib a single import needs to by surrounded by try/catch). |
with latest version:
with python3.7 it works.
The text was updated successfully, but these errors were encountered: