What's Changed
jupyter notebook fixes
- fix crash on invalid notebook files by @DetachHead in #1050
- fix language server crash when
diagnosticMode
is"workspace"
and workspace contains jupyter notebooks that haven't yet been opened by @DetachHead in #1065 - fix language server crash on interactive mode cells and notebooks that haven't yet been saved to disk by @DetachHead in #1066
other changes
- revert chokidar file watcher fallback for lsp clients that don't support file watching because it was causing more problems than it solved by @DetachHead in #1053
- update pyright to 1.1.394 by @DetachHead in #1060
- fix a regression in 1.1.394 that caused a false negative for
reportUninitializedInstanceVariable
by @DetachHead in #1060
Full Changelog: v1.27.0...v1.27.1