Python v2022.10.0 Release Notes
Release Date: 2022-07-07 // over 2 years ago-
โจ Enhancements
- ๐ Add
breakpoint
support fordjango-html
&django-txt
by Lakshmikanth2001 in (#19288). - โ
Fix
unittest
discovery issue with experimental component by ksy7588 in (#19324). - Trigger refresh when using
Select Interpreter
command if no envs were found previously by karrtikr in (#19361). - โก๏ธ Update
debugpy
to 1.6.2.
๐ Bug Fixes
- Fix variable name for
flake8Path
's description by usta in (#19313). - Ensure we dispose objects on deactivate by karthiknadig in (#19341).
- Ensure we can change interpreters after trusting a workspace by karrtikr in (#19353).
- โ
Fix for
::::
in node id forpytest
by karthiknadig in (#19356). - Ensure we register for interpreter change when moving from untrusted to trusted. by karthiknadig in (#19351).
Code Health
- ๐ Update CI for using GitHub Actions for release notes by brettcannon in (#19273).
- ๐ Add missing translations by paulacamargo25 in (#19305).
- Delete the
news
directory by brettcannon in (#19308). - Fix interpreter discovery related telemetry by karrtikr in (#19319).
- ๐ Simplify and merge async dispose and dispose by karthiknadig in (#19348).
- โก๏ธ Updating required packages by karthiknadig in (#19375).
- โก๏ธ Update the issue notebook by brettcannon in (#19388).
- ๐ Remove
notebookeditor
proposed API by karthiknadig in (#19392).
Full Changelog: https://github.com/microsoft/vscode-python/compare/2022.8.1...2022.10.0
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:
- ๐ Debugging support: Django, Flask, gevent, Jinja, Pyramid, PySpark, Scrapy, Watson
- Formatting: autopep8, black, yapf
- ๐ Interpreter support: conda, direnv, pipenv, poetry, pyenv, venv, virtualenv
- ๐ Linting: bandit, flake8, mypy, prospector, pylint, pydocstyle, pylama
- โ Testing: pytest, unittest
And finally thanks to the Python development team and community for creating a fantastic programming language and community to be a part of!
- ๐ Add
Previous changes from v2022.8.1
-
Code Health
โก๏ธ 1. Update vscode
extension-telemetry
package. (#19375)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:
- ๐ Debugging support: Django, Flask, gevent, Jinja, Pyramid, PySpark, Scrapy, Watson
- Formatting: autopep8, black, yapf
- ๐ Interpreter support: conda, direnv, pipenv, poetry, pyenv, venv, virtualenv
- ๐ Linting: bandit, flake8, mypy, prospector, pylint, pydocstyle, pylama
- โ Testing: pytest, unittest
And finally thanks to the Python development team and community for creating a fantastic programming language and community to be a part of!