Method: LanguageServer::Protocol::Interface::ClientCapabilities#notebook_document
- Defined in:
- lib/language_server/protocol/interface/client_capabilities.rb
#notebook_document ⇒ NotebookDocumentClientCapabilities
Capabilities specific to the notebook document support.
38 39 40 |
# File 'lib/language_server/protocol/interface/client_capabilities.rb', line 38 def notebook_document attributes.fetch(:notebookDocument) end |