2022.14.0
What's Changed
Enhancements
- Rename command to clear internal cache and ensure it also reloads window after it finishes by @karrtikr in #19599
- Only show args for pytest parameterized test by @parched in #19479
- Fix buttons in the interpreter quickpick list by @karrtikr in #19611
- Add button to clear list and refresh in interpreters quickpick by @karrtikr in #19628
- Update debugger to latest v1.6.3. by @karthiknadig in #19698
Bug Fixes
- Fix HOME folder substitution when it is not in the beginning of path by @cpinamtz in #19326
- Ensure command to get executable is run only once per session by @karrtikr in #19606
- Update variables in Flask Debug Configuration by @paulacamargo25 in #19625
- Test server should bind to localhost. by @karthiknadig in #19735
- Prevent auto-indent inExperiment method from returning undefined by @debonte in #19739
Code Health
- Use
Microsoft Store
instead ofWindows Store
to represent store related utilities by @karrtikr in #19612 - Ensure any labels or assignees do not carry over when transferring issues to
vscode-python
by @karrtikr in #19656 - add more pylance settings to telemetry by @bschnurr in #19658
- Adds the yml file necessary for the codereview bot by @lramos15 in #19689
- Delete test_plan.md by @brettcannon in #19690
- Fix
any
type issue that caused experiment bug to be missed by @debonte in #19740 - Check telemetry metadata in CI by @brettcannon in #19738
- Fix a YAML mistake in a GH workflow file by @brettcannon in #19747
New Contributors
Full Changelog: 2022.12.1...2022.14.0