Method: LanguageServer::Protocol::Interface::Diagnostic#source
- Defined in:
- lib/language_server/protocol/interface/diagnostic.rb
#source ⇒ string
A human-readable string describing the source of this diagnostic, e.g. ‘typescript’ or ‘super lint’.
59 60 61 |
# File 'lib/language_server/protocol/interface/diagnostic.rb', line 59 def source attributes.fetch(:source) end |