Notable changes:
- Behavior Change: Changed folding of classes and functions to fold at the line containing the function or class name.
- Enhancement: Updated to requied node 14 and vscode 1.63.1
- Enhancement: Added new diagnostic check "reportMatchNotExhaustive" which reports cases where a
match
statement doesn't exhaustively cover all cases. - Enhancement: Added option to disable "Go to symbol in workspace"
(pylance-release#2236)
For the full changelog, see CHANGELOG.md