Events dispatched by the LanguageClient
when certain notifications are
received.
Static variables
staticfinalread onlyAPPLY_EDIT:EventType<LspNotificationEvent<ApplyWorkspaceEditParams>> = "applyEdit"
Dispatched when a workspace edit should be applied.
staticfinalread onlyLOG_MESSAGE:EventType<LspNotificationEvent<LogMessageParams>> = "logMessage"
Dispatched when a message should be logged.
staticfinalread onlyPROGRESS:EventType<LspNotificationEvent<ProgressParams>> = "progress"
Dispatched when a progress notification is received.
staticfinalread onlyPUBLISH_DIAGNOSTICS:EventType<LspNotificationEvent<PublishDiagnosticsParams>> = "publishDiagnostics"
Dispatched when diagnostics should be published.
staticfinalread onlyREGISTER_CAPABILITY:EventType<LspNotificationEvent<RegistrationParams>> = "registerCapability"
Dispatched when a capability is registered.
staticfinalread onlySHOW_MESSAGE:EventType<LspNotificationEvent<ShowMessageParams>> = "showMessage"
Dispatched when a message box should be shown.
staticfinalread onlyUNREGISTER_CAPABILITY:EventType<LspNotificationEvent<UnregistrationParams>> = "unregisterCapability"
Dispatched when a capability is unregistered.