Notable changes:
- Bug fix: Pylance crashes when VSCode Python REPL is opened with a
uv toolinstalled Ipython3 pylance-release#7947 - Bug fix: Intermittent incorrect autofill of type annotation pylance-release#7934
- Bug fix: No auto import completions for the
richlibrary pylance-release#7925 - Bug fix: Pylance crashes with EISDIR when workspace contains a .env directory instead of a .env file pylance-release#7915
- Enhancement: Syntax highlighting doesn't work with escape characters pylance-release#7863
- Bug fix: Signature help doesn't work with @Wrap pylance-release#7848
- Bug fix: Restructured text for empty references is removing
_on the end or front of the reference text pylance-release#7829 - Enhancement: Feature Request - live output for
pylanceRunCodeSnippetpylance-release#7595 - Bug fix: Pytest fixture completions don't work in test class functions pylance-release#7351
- Bug fix: Dismiss certain notifications. pylance-release#7343
- Bug fix: Inserting inlay return types is missing originating module for generic types pylance-release#7165
- Bug fix: Suppress diagnostic for terminal scheme pylance-release#7148
- Bug fix: Deleting a cell/scrolling causes error in language server (pylance) pylance-release#7110
- Bug fix: String literal type for variable causes incorrect hints for TypedDict keys pylance-release#6801
- Bug fix: Method docs line break render incorrect pylance-release#6605
- Bug fix:
Pylance: Report Issue...command is not working on web pylance-release#6584 - Enhancement: add
LanguageServerModein status bar item pylance-release#6503 - Bug fix: auto/add imports doesn't work properly with extra path pylance-release#6468
- Bug fix: Wildcard imports trip up module discovery?
not a known attribute of modulepylance-release#6398 - Bug fix: No suggestion for container of
Literalwith fallback pylance-release#6123 - Bug fix:
Files to analyzecount doesn't stack in multi-workspace scenarios pylance-release#5884 - Enhancement: Offer jedi users to switch to pylance (if they have pylance installed) pylance-release#5770
- Enhancement: Provide command to generate partial stubs in typings folder pylance-release#5526
- Enhancement: Add a feature to disable following symlinks when indexing repository pylance-release#5158
- Bug fix: [Bug] F2 Renames Shadowed Variables Globally pylance-release#4914
- Bug fix: Global objects not recognized if defined in a subsequent cell of a Jupyter notebook pylance-release#4185
- Enhancement: Django. support django orm autocompletion pylance-release#3704
For the full changelog, see CHANGELOG.md