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
Hey @xueerli, thanks for reporting. Although the LSP docs are not so clear about it, taking a look at the Python implementation of the protocol, I think you're right:
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#notebookDocumentSyncOptions
The notebookSelector should be an array type. But now the object is returned.

The text was updated successfully, but these errors were encountered: