|
hoshi-lang dev
Yet another programming language
|
#include <protocol.h>

Public Attributes | |
| Range | range |
| DiagnosticSeverity | severity = DiagnosticSeverity::Error |
| std::string | message |
| std::optional< std::string > | source |
Definition at line 362 of file protocol.h.
| std::string message |
Definition at line 365 of file protocol.h.
Referenced by LspServer::publishDiagnostics(), and lsp::to_json().
| Range range |
Definition at line 363 of file protocol.h.
Referenced by LspServer::publishDiagnostics(), and lsp::to_json().
| DiagnosticSeverity severity = DiagnosticSeverity::Error |
Definition at line 364 of file protocol.h.
Referenced by LspServer::publishDiagnostics(), and lsp::to_json().
| std::optional<std::string> source |
Definition at line 366 of file protocol.h.
Referenced by LspServer::publishDiagnostics(), and lsp::to_json().