Method: LanguageServer::Protocol::Interface::ChangeAnnotation#label
- Defined in:
- lib/language_server/protocol/interface/change_annotation.rb
#label ⇒ string
A human-readable string describing the actual change. The string is rendered prominent in the user interface.
23 24 25 |
# File 'lib/language_server/protocol/interface/change_annotation.rb', line 23 def label attributes.fetch(:label) end |