Discussed in #16600
Originally posted by cdce8p July 2, 2021
With the pythonDeprecatePythonPath experiment the only way to change the interpreter is through the Select Interpreter command. Unfortunately this lists all available once (global, user, venv) which can get messy if multiple different Python versions are installed. For example, for one of my projects the list currently contains 17 entries which makes switching between them more complicated than it needs to be. I almost always only care only about the virtual environments, so there is no value for me to still list the system interpreters. I would love it if I could hide them.
Discussed in #16600
Originally posted by cdce8p July 2, 2021
With the pythonDeprecatePythonPath experiment the only way to change the interpreter is through the
Select Interpretercommand. Unfortunately this lists all available once (global, user, venv) which can get messy if multiple different Python versions are installed. For example, for one of my projects the list currently contains 17 entries which makes switching between them more complicated than it needs to be. I almost always only care only about the virtual environments, so there is no value for me to still list the system interpreters. I would love it if I could hide them.