public interface LanguageClientExtensions extends LanguageClient
| Modifier and Type | Method and Description |
|---|---|
void |
updateColoring(ColoringParams params)
Deprecated.
|
applyEdit, configuration, createProgress, logMessage, notifyProgress, publishDiagnostics, registerCapability, semanticHighlighting, showMessage, showMessageRequest, telemetryEvent, unregisterCapability, workspaceFolders@Beta @Deprecated void updateColoring(ColoringParams params)
LanguageClient.semanticHighlighting(org.eclipse.lsp4j.SemanticHighlightingParams) instead.coloring parameter to the client.params - the information that should be pushed to the client side for
coloring purposes. Must not be null.