class LSProtocol::FoldingRangeWorkspaceClientCapabilities
- LSProtocol::FoldingRangeWorkspaceClientCapabilities
- Reference
- Object
Overview
Client workspace capabilities specific to folding ranges
@since 3.18.0 @proposed
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#refresh_support : Bool | Nil
Whether the client implementation supports a refresh request sent from the server to the client.
Constructor Detail
Instance Method Detail
def refresh_support : Bool | Nil
#
Whether the client implementation supports a refresh request sent from the server to the client.
Note that this event is global and will force the client to refresh all folding ranges currently shown. It should be used with absolute care and is useful for situation where a server for example detects a project wide change that requires such a calculation.
@since 3.18.0 @proposed