2021.2.0 (17 February 2021)
Enhancements
- Use Language Server Protocol to work with Jedi.
(#11995)
Fixes
- Don't suggest insiders program nor show start page when in Codespaces.
(#14833) - Fix description of
Pyramid
debug config.
(thanks vvijayalakshmi21)
(#5479) - Refactored the Enable Linting command to provide the user with a choice of "Enable" or "Disable" linting to make it more intuitive. (thanks henryboisdequin)
(#8800) - Fix marketplace links in popups opening a non-browser VS Code instance in Codespaces.
(#14264) - Fixed the error command suggested when attempting to use "debug tests" configuration
(Thanks Shahzaib paracha)
(#14729) - Single test run fails sometimes if there is an error in unrelated file imported during discovery.
(thanks Szymon Janota)
(#15147) - Re-enable localization on the start page. It was accidentally
disabled in October when the Jupyter extension was split out.
(#15232) - Ensure target environment is activated in the terminal when running install scripts.
(#15285) - Allow support for using notebook APIs in the VS code stable build.
(#15364)
Code Health
- Raised the minimum required VS Code version to 1.51.
(#15237)