class LSProtocol::FileEvent

Overview

An event describing a file change.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : FileChangeType | Nil, uri : URI | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def type : FileChangeType #

The change type.


[View source]
def uri : URI #

The file's uri.


[View source]