2022.4.1 (7 April 2022)
Fixes
- Ensure
conda info
command isn't run multiple times during startup when large number of conda interpreters are present.
(#18200) - If a conda environment is not returned via the
conda env list
command, consider it as unknown env type.
(#18530) - Wrap file paths containing an ampersand in double quotation marks for running commands in a shell.
(#18722) - Fixes regression with support for python binaries not following the standard names.
(#18835) - Fix launch of Python Debugger when using conda environments.
(#18847)