module LSP::StaticRegistrationOptions

Overview

Static registration options to be returned in the initialize request.

Direct including types

Defined in:

lsp/registration.cr

Instance Method Summary

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 id=(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]