struct LSP::ClientCapabilities::General::StaleRequestSupport

Included Modules

Defined in:

lsp/capabilities/client_capabilities.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def cancel : Bool #

The client will actively cancel the request.


[View source]
def cancel=(cancel : Bool) #

The client will actively cancel the request.


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

[View source]
def retry_on_content_modified=(retry_on_content_modified : Array(String)) #

[View source]