I have Python versions and virtual environments managed by Pyenv. I use them to work on projects using Visual Studio Code.
I also have Conda (from Anaconda package) installed to run Jupyter notebooks. I never want to use conda environments in VSCode (I am not even sure if they are of the same type as normal virtual environments, never was able to fully wrap my head around this).
Is there a way to hide all existing and future conda-managed Python versions and conda (virtual) environments from VSCode when I am choosing an interpreter there?