Method: LanguageServer::Protocol::Interface::ChangeAnnotation#label

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

#labelstring

A human-readable string describing the actual change. The string is rendered prominent in the user interface.

Returns:

  • (string)


23
24
25
# File 'lib/language_server/protocol/interface/change_annotation.rb', line 23

def label
  attributes.fetch(:label)
end