Method: LanguageServer::Protocol::Interface::SemanticTokensRegistrationOptions#id
- Defined in:
- lib/language_server/protocol/interface/semantic_tokens_registration_options.rb
#id ⇒ string
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.
62 63 64 |
# File 'lib/language_server/protocol/interface/semantic_tokens_registration_options.rb', line 62 def id attributes.fetch(:id) end |