struct

LSP::FileEvent

Inherits JSON::Serializable < Struct < Value < Object

An event describing a file change.

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type

The change type.

Source
type=(type : FileChangeType)

The change type.

Source
uri

The file's URI.

Source
uri=(uri : String)

The file's URI.

Source