Skip to content

2022.4.1

Compare
Choose a tag to compare
@karthiknadig karthiknadig released this 07 Apr 18:48
b82d784

2022.4.1 (7 April 2022)

Fixes

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