What's Changed
Enhancements
- Extend scope of
python.tensorBoard.logDirectory
and support variable substitution by @evanphilip in #20103 - Add button to open folder from venv failure message by @luabud in #20243
Bug Fixes
- Don't show certain python commands in command palette when you don't have a python file open by @ChaseKnowlden in #19977
- Update engine to upcoming VS Code version by @karrtikr in #20128
- Accept pytest exit code 1 for some tests cannot be collected by @mago0211 in #20074
- Fix poetry discovery by @karrtikr in #20181
- Fix issue with extension prompt being shown to users after install by @karthiknadig in #20158
- Only use environment cache to resolve environment if it has complete information by @karrtikr in #20186
- Fix errors related to
python.envFile
setting by @karrtikr in #20192 - Do not replace discovered python executable using
sys.executable
by @karrtikr in #20197 - Ensure we don't use the same interpreter for equally named project on different hosts by @karrtikr in #20212
Code Health
- Update Jedi to latest by @karthiknadig in #20134
- Remove DI from factory by @paulacamargo25 in #20057
- Fix linting in debugger by @paulacamargo25 in #20152
- Monkeypatch terminals created to log commands sent by @karrtikr in #20173
- Improve description for
python.terminal.focusAfterLaunch
setting by @karrtikr in #20195 - Cache the value of
extensions.all
by @DonJayamanne in #20222 - Remove DI from config launch by @paulacamargo25 in #20226
- Update to proposed telemetry logger by @lramos15 in #20238
- Show user deprecated message for unsupported Python versions when launching the debugger by @paulacamargo25 in #20172
- Bump VS Code engine to
1.74.0-insiders
by @brettcannon in #20255 - Merge Getting Started walkthrough to include Create Environment Tile by @cwebster-99 in #20258
- Fix CI tests by @paulacamargo25 in #20273
- Upgrade debugpy to 1.6.4 by @brettcannon in #20291
- Simplify launch debug by @paulacamargo25 in #20286
- create RC for 2022.20 by @eleanorjboyd in #20328
New Contributors
- @ChaseKnowlden made their first contribution in #19977
- @mago0211 made their first contribution in #20074
- @evanphilip made their first contribution in #20103
Full Changelog: 2022.18.2...2022.20.0