interface IURIs {
    base: string;
    document: string;
    server: string;
    socket: string;
}

Properties

base: string

The root URI set by server.

document: string

The URI to the virtual document.

server: string

Address of websocket endpoint for LSP services.

socket: string

Address of websocket endpoint for the language server.