struct LSP::FileOperationFilter

Overview

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

Included Modules

Defined in:

lsp/file_operation_registration.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def pattern : FileOperationPattern #

The actual file operation pattern.


[View source]
def pattern=(pattern : FileOperationPattern) #

The actual file operation pattern.


[View source]
def scheme : String | Nil #

A Uri like file or untitled.


[View source]
def scheme=(scheme : String | Nil) #

A Uri like file or untitled.


[View source]