struct

LSP::NotebookSelector

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

cells

The cells of the matching notebook to be synced.

Source
cells=(cells : Array(NamedTuple(language: String)))

The cells of the matching notebook to be synced.

Source
notebook

The notebook to be synced If a string value is provided it matches against the notebook type. '*' matches every notebook.

Source
notebook=(notebook : String | NotebookDocumentFilter | Nil)

The notebook to be synced If a string value is provided it matches against the notebook type. '*' matches every notebook.

Source