class LSProtocol::NotebookDocumentFilterWithCells

Overview

@since 3.18.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(cells : Array(NotebookCellLanguage) | Nil, notebook : NotebookDocumentFilter | String | Nil = nil) #

[View source]

Instance Method Detail

def cells : Array(NotebookCellLanguage) #

The cells of the matching notebook to be synced.


[View source]
def notebook : NotebookDocumentFilter | String | Nil #

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


[View source]