Skip to content

Language support for notebook and interactive window

Peng Lyu edited this page Jul 9, 2021 · 2 revisions

The notebook language features are driven by a language client middleware:

  • create concat document when receiving notebook or cell text document open event
  • pass the concat document (which is a TextDocument) to language server

notebook-lsp-middleware

Clone this wiki locally