2022.6.0 (5 May 2022)
Enhancements
- Rewrite support for unittest test discovery.
(#17242) - Do not require a reload when swapping between language servers.
(#18509)
Fixes
- Do not show inherit env prompt for conda envs when running "remotely".
(#18510) - Fixes invalid regular expression logging error occurs when file paths contain special characters.
(Thanks sunyinqi0508)
(#18829) - Do not prompt to select new virtual envrionment if it has already been selected.
(#18915) - Disable isort when using isort extension.
(#18945) - Remove
process
check from browser specific entry point for the extension.
(#18974) - Use built-in test refresh button.
(#19012) - Update vscode-telemetry-extractor to @vscode/telemetry-extractor@1.9.7.
(Thanks Quan Zhuo)
(#19036) - Ensure 64-bit interpreters are preferred over 32-bit when auto-selecting.
(#19042)
Code Health
- Update Jedi minimum to python 3.7.
(#18324) - Stop using
--live-stream
when usingconda run
(see conda/conda#11209 for details).
(#18511) - Remove prompt to recommend users in old insiders program to switch to pre-release.
(#18809) - Update requirements to remove python 2.7 version restrictions.
(#19060)