Interface IDocumentConnectionDataAlpha

Interface describing the LSP connection state

interface IDocumentConnectionData {
    connection: ILSPConnection;
    virtualDocument: VirtualDocument;
}

Properties

connection: ILSPConnection

The connection between the virtual document and the language server.

virtualDocument: VirtualDocument

The virtual document connected to the language server