Interface IServerResult

Interface describing the responses received from the server.

interface IServerResult {
    "client/registerCapability": void;
    "client/unregisterCapability": void;
    "window/showMessageRequest": null | MessageActionItem;
    "workspace/configuration": any[];
}

Properties

"client/registerCapability": void
"client/unregisterCapability": void
"window/showMessageRequest": null | MessageActionItem
"workspace/configuration": any[]