eclipse-langium / langium

Next-gen language engineering / DSL framework
https://langium.org/
MIT License
663 stars 61 forks source link

Support notebook document messages #1496

Open msujew opened 1 month ago

msujew commented 1 month ago

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.