class LSProtocol::NotebookDocumentFilterNotebookType

Overview

A notebook document filter where notebookType is required field.

@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(notebook_type : String | Nil, pattern : GlobPattern | Nil = nil, scheme : String | Nil = nil) #

[View source]

Instance Method Detail

def notebook_type : String #

[View source]
def pattern : GlobPattern | Nil #

A glob pattern.


[View source]
def scheme : String | Nil #

A Uri Uri#scheme, like file or untitled.


[View source]