Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support notebook document messages #1496

Open
msujew opened this issue May 14, 2024 · 0 comments
Open

Support notebook document messages #1496

msujew opened this issue May 14, 2024 · 0 comments
Labels
LSP Language Server Protocol integration

Comments

@msujew
Copy link
Member

msujew commented May 14, 2024

As of LSP version 3.17, notebook messages have been added to the protocol. In a similar vein, the vscode-languageserver library has added a NotebookDocuments collection that corresponds to the TextDocuments (but for notebook cells). We should support notebook cells natively.

Currently all cell documents are handled via TextDocuments, but that isn't optimal.

@msujew msujew added the LSP Language Server Protocol integration label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LSP Language Server Protocol integration
Projects
None yet
Development

No branches or pull requests

1 participant