2022.2.0 (3 March 2022)
Enhancements
- Implement a "New Python File" command
(#18376) - Use
conda run
for conda environments for running python files and installing modules.
(#18479) - Better filename patterns for pip-requirements.
(thanks Baptiste Darthenay)
(#18498)
Fixes
- Ensure clicking "Discovering Python Interpreters" in the status bar shows the current discovery progress.
(#18443) - Fixes Pylama output parsing with MyPy. (thanks Nicola Marella)
(#15609) - Fix CPU load issue caused by poetry plugin by not watching directories which do not exist.
(#18459) - Explicitly add
"justMyCode": "true"
to alllaunch.json
configurations.
(Thanks Matt Bogosian)
(#18471) - Identify base conda environments inside pyenv correctly.
(#18500) - Fix for a crash when loading environments with no info.
(#18594)