Method: LanguageServer::Protocol::Interface::DiagnosticRegistrationOptions#workspace_diagnostics
- Defined in:
- lib/language_server/protocol/interface/diagnostic_registration_options.rb
#workspace_diagnostics ⇒ boolean
The server provides support for workspace diagnostics as well.
59 60 61 |
# File 'lib/language_server/protocol/interface/diagnostic_registration_options.rb', line 59 def workspace_diagnostics attributes.fetch(:workspaceDiagnostics) end |