View source
typedef StaticRegistrationOptions
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Static registration options to be returned in the initialize request.
Fields
optionalid:Null<String>
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.