forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Provide a setting to always show the selected interpreter #19089
Labels
area-environments
Features relating to handling interpreter environments
community ask
Feature request that the community expressed interest in
feature-request
Request for new features or functionality
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
Comments
@brettcannon is there a way we can make this move forward? |
31 tasks
Related: #18930 |
41 tasks
We've decided to implement this, so votes are not required to make it into our queue, but further votes will help us prioritize getting to it. 🙂 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-environments
Features relating to handling interpreter environments
community ask
Feature request that the community expressed interest in
feature-request
Request for new features or functionality
verification-needed
Verification of issue is requested
verified
Verification succeeded
As of now the selected interpreter is hidden when you are not viewing Python files or special Python-specific files. But some folks want the interpreter info to show more often, e.g. extensions supporting DSLs requiring Python, Django devs editing their HTML file templates, etc.
So we want to provide a setting (name TBD) that will let folks opt into having the selected interpreter to always be displayed when the Python extension is loaded.
The text was updated successfully, but these errors were encountered: