struct LSP::UnregistrationParams

Included Modules

Defined in:

lsp/lifecycle/unregister.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def unregisterations : Array(Unregistration) #

This should correctly be named unregistrations. However changing this is a breaking change and needs to wait until we deliver a 4.x version of the specification.


[View source]
def unregisterations=(unregisterations : Array(Unregistration)) #

This should correctly be named unregistrations. However changing this is a breaking change and needs to wait until we deliver a 4.x version of the specification.


[View source]