class LSProtocol::NotebookDocumentFilterScheme

Overview

A notebook document filter where #scheme 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(scheme : String | Nil, notebook_type : String | Nil = nil, pattern : GlobPattern | Nil = nil) #

[View source]

Instance Method Detail

def notebook_type : String | Nil #

[View source]
def pattern : GlobPattern | Nil #

A glob pattern.


[View source]
def scheme : String #

A Uri Uri#scheme, like file or untitled.


[View source]