struct LSP::FileEvent

Overview

An event describing a file change.

Included Modules

Defined in:

lsp/workspace_features/did_change_watched_files.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def type : FileChangeType #

[View source]
def type=(type : FileChangeType) #

[View source]
def uri : String #

The file's URI.


[View source]
def uri=(uri : String) #

The file's URI.


[View source]