You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)