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

Public Attributes | |
| std::string | uri |
| int | version = 0 |
| std::vector< LspDiagnostic > | diagnostics |
Definition at line 378 of file protocol.h.
| std::vector<LspDiagnostic> diagnostics |
Definition at line 381 of file protocol.h.
Referenced by LspServer::publishDiagnostics(), and lsp::to_json().
| std::string uri |
Definition at line 379 of file protocol.h.
Referenced by LspServer::handleDidClose(), LspServer::publishDiagnostics(), and lsp::to_json().
| int version = 0 |
Definition at line 380 of file protocol.h.
Referenced by LspServer::publishDiagnostics(), and lsp::to_json().