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. -- |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You should have by having the |
Beta Was this translation helpful? Give feedback.
You should have by having the
2021.8
release. Can you share a screenshot of your environment picker and explain why you think it isn't working for you?