Method: LanguageServer::Protocol::Interface::SemanticTokensRegistrationOptions#id

Defined in:
lib/language_server/protocol/interface/semantic_tokens_registration_options.rb

#idstring

The id used to register the request. The id can be used to deregister the request again. See also Registration#id.

Returns:

  • (string)


62
63
64
# File 'lib/language_server/protocol/interface/semantic_tokens_registration_options.rb', line 62

def id
  attributes.fetch(:id)
end