Python v2022.2.0 Release Notes

Release Date: 2022-03-03 // about 2 years ago
  • โœจ Enhancements

    1. Implement a "New Python File" command (#18376)
    2. Use conda run for conda environments for running python files and installing modules. (#18479) ๐Ÿ‘ 1. Better filename patterns for pip-requirements. (thanks Baptiste Darthenay) (#18498)

    ๐Ÿ›  Fixes

    1. Ensure clicking "Discovering Python Interpreters" in the status bar shows the current discovery progress. (#18443) ๐Ÿ“œ 1. Fixes Pylama output parsing with MyPy. (thanks Nicola Marella) (#15609) ๐Ÿ”Œ 1. Fix CPU load issue caused by poetry plugin by not watching directories which do not exist. (#18459) ๐Ÿ”ง 1. Explicitly add "justMyCode": "true" to all launch.json configurations. (Thanks Matt Bogosian) (#18471)
    2. Identify base conda environments inside pyenv correctly. (#18500)
    3. Fix for a crash when loading environments with no info. (#18594)

    Code Health

    ๐Ÿšš 1. Remove dependency on ts-mock-imports. (#14757) โšก๏ธ 1. Update vsce to v2.6.6. (#18411)

    Thanks

    Thanks to the following projects which we fully rely on to provide some of our features:

    Also thanks to the various projects we provide integrations with which help ๐Ÿ‘‰ make this extension useful:

    And finally thanks to the Python development team and community for creating a fantastic programming language and community to be a part of!