How to enable environment sorting for Select Interpreter?
#16879
|
I was wondering how I can enable the newly introduced environment sorting for the The VS Code changelog mentions that it's enabled by default, but that doesn't seem to be the case: https://code.visualstudio.com/updates/v1_59#_python I've also tried adding this to the user config: "python.experiments.optInto": [
"pythonSortEnvs",
]Are there any more requirements? I would really like to try it out. -- |
Answered by
brettcannon
Aug 6, 2021
Replies: 1 comment 4 replies
|
You should have by having the |
4 replies
Answer selected by
cdce8p
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


You should have by having the
2021.8release. Can you share a screenshot of your environment picker and explain why you think it isn't working for you?