class LSProtocol::FileOperationFilter

Overview

A filter to describe in which file operation requests or notifications the server is interested in receiving.

@since 3.16.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(pattern : FileOperationPattern | Nil, scheme : String | Nil = nil) #

[View source]

Instance Method Detail

def pattern : FileOperationPattern #

The actual file operation pattern.


[View source]
def scheme : String | Nil #

A Uri scheme like file or untitled.


[View source]