Interface IServerNotifyParams

Interface describing the notifications that come from the server.

interface IServerNotifyParams {
    "$/logTrace": LogTraceParams;
    "textDocument/publishDiagnostics": PublishDiagnosticsParams;
    "window/logMessage": LogMessageParams;
    "window/showMessage": ShowMessageParams;
}

Properties

"$/logTrace": LogTraceParams
"textDocument/publishDiagnostics": PublishDiagnosticsParams
"window/logMessage": LogMessageParams
"window/showMessage": ShowMessageParams