class LSProtocol::TextDocumentSaveRegistrationOptions
- LSProtocol::TextDocumentSaveRegistrationOptions
- Reference
- Object
Overview
Save registration options.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(document_selector : DocumentSelector | Nil, include_text : Bool | Nil = nil)
Instance Method Summary
-
#document_selector : DocumentSelector | Nil
A document selector to identify the scope of the registration.
-
#include_text : Bool | Nil
The client is supposed to include the content on save.
Constructor Detail
Instance Method Detail
def document_selector : DocumentSelector | Nil
#
A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.