class LSProtocol::TextDocumentContentRegistrationOptions

Overview

Text document content provider registration options.

@since 3.18.0 @proposed

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(schemes : Array(String) | Nil, id : String | Nil = nil) #

[View source]

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.


[View source]
def schemes : Array(String) #

The schemes for which the server provides content.


[View source]