LSProtocol::ClientSemanticTokensRequestFullDelta
Inherits JSON::Serializable / Reference / Object
@since 3.18.0
Constructors
new(pull : JSON::PullParser)
Sourcenew(delta : Bool | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
delta
The client will send the textDocument/semanticTokens/full/delta request if
the server provides a corresponding handler.