Allow disabling the "Recommended" tag for python interpreter selection #21697
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
needs proposal
Need to make some design decisions
We'd really like to add an entry in our repo
.vscode/settings.json
to disable the "recommended" tag.When onboarding new users to our development environment, the "Recommended" tag in the Python interpreter picker is a frequent source of confusion. Because we have a
.vscode/extensions.json
with recommended extensions in the repository, people naturally assume we also configured the picker to mark a given interpreter as "Recommended". Both the extensions and the python interpreter are described as "recommended" to the user without any way to distinguish who is recommending them.The text was updated successfully, but these errors were encountered: