class

LSProtocol::ClientSemanticTokensRequestFullDelta

Inherits JSON::Serializable / Reference / Object

@since 3.18.0

Constructors

new(pull : JSON::PullParser)
Source
new(delta : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

delta

The client will send the textDocument/semanticTokens/full/delta request if the server provides a corresponding handler.

Source