class LSProtocol::TextDocumentContentRegistrationOptions
- LSProtocol::TextDocumentContentRegistrationOptions
- Reference
- Object
Overview
Text document content provider registration options.
@since 3.18.0 @proposed
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#id : String | Nil
The id used to register the request.
-
#schemes : Array(String)
The schemes for which the server provides content.
Constructor Detail
Instance Method Detail
def id : String | Nil
#
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.