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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
2021.10.0 (7 October 2021)
Enhancements
Set the default value of python.linting.pylintEnabled to false.
(#3007)
Phase out Jedi 0.17, and use Jedi behind a language server protocol as the Jedi option. Remove Jedi-related settings python.jediMemoryLimit and python.jediPath, since they are not used with the new language server implementation.
(#11995)
Add support for dynamic updates in interpreter list.
(#17043)
Query for fresh workspace envs when auto-selecting interpreters in a new workspace.
(#17264)
Increase Microsoft Python Language Server deprecation prompt frequency and update wording.
(#17361)
Remove "The Python extension will have limited support for Python 2.7 in the next release" notification.
(#17451)
Added non-blocking discovery APIs for Jupyter.
(#17452)
Resolve environments using cache if cache has complete env info.
(#17474)
Ensure debugger contribution points are turned off when using virtual workspaces.
(#17493)
Display a notification about the end of Jedi support when using Python 2.7.
(#17512)
If user has selected an interpreter which is not discovery cache, correctly add it to cache.
(#17575)