fix: lsp struct type
This commit is contained in:
parent
26bd7327f4
commit
7255cd68f5
|
|
@ -40,7 +40,7 @@ namespace lsp::protocol
|
|||
|
||||
struct VersionedTextDocumentIdentifier : TextDocumentIdentifier
|
||||
{
|
||||
integer version;
|
||||
std::optional<integer> version;
|
||||
};
|
||||
|
||||
struct OptionalVersionedTextDocumentIdentifier : TextDocumentIdentifier
|
||||
|
|
|
|||
Loading…
Reference in New Issue