class

Ameba::Lsp::Provider::DiagnosticsFormatter

Inherits Ameba::Formatter::BaseFormatter < Reference < Object

Instance methods

cancellation_token
Source
cancellation_token=(cancellation_token : CancellationToken | Nil)
Source
convert_severity(severity : Ameba::Severity) : LSProtocol::DiagnosticSeverity
Source
diagnostics
Source
source_finished(source : Ameba::Source) : Nil

Callback that indicates when source inspection is finished. A corresponding source is passed as an argument.

WARNING: This method needs to be MT safe

Source