lsp / org.pinelang.lsp.lsp.models / VersionedTextDocumentIdentifier
VersionedTextDocumentIdentifier¶
data class VersionedTextDocumentIdentifier
Constructors¶
Name | Summary |
---|---|
<init> | VersionedTextDocumentIdentifier(version: Double , uri: String ) |
Properties¶
Name | Summary |
---|---|
uri | The text document’s URI.val uri: String |
version | The version number of this document. If a versioned text document identifier is sent from the server to the client and the file is not open in the editor (the server has not received an open notification before) the server can send null to indicate that the version is known and the content on disk is the master (as speced with document content ownership).val version: Double |