Notable changes:
- Enhancement: Added LSP support for code folding ranges
(vscode-codebasics-folding) - Enhancement: Added support for USERNAME and VIRTUAL_ENV shell variables in vscode settings.
(pylance-release#2221) - Enhancement: Improved completion provider suggestions for static members.
(pylance-release#1318) - Enhancement: "add import" suggestions now suggest exact matches with higher priority.
(pylance-release#297) - Enhancement: Improved override function completions around positional and keyword only parameters.
(pylance-release#711) - Behavior Change: Always enable stdlib indexing if possible. This will allow users to use 'auto import' and 'add import' in open single file mode.
(pylance-release#1765) - Bug Fix: Pylance is not working on vscode.dev/github.dev.
(pylance-release#2235)
For the full changelog, see CHANGELOG.md