LSP::NotebookSelector
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
cells=(cells : Array(NamedTuple(language: String)))
The cells of the matching notebook to be synced.
notebook
The notebook to be synced If a string value is provided it matches against the notebook type. '*' matches every notebook.
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.