class LSProtocol::ClientSemanticTokensRequestFullDelta
- LSProtocol::ClientSemanticTokensRequestFullDelta
- Reference
- Object
Overview
@since 3.18.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#delta : Bool | Nil
The client will send the
textDocument/semanticTokens/full/delta
request if the server provides a corresponding handler.
Constructor Detail
Instance Method Detail
def delta : Bool | Nil
#
The client will send the textDocument/semanticTokens/full/delta
request if
the server provides a corresponding handler.