Class and Description |
---|
org.eclipse.lsp4j.ColoringInformation
Use
SemanticHighlightingInformation instead. |
org.eclipse.lsp4j.ColoringParams
Use
SemanticHighlightingParams instead. |
org.eclipse.lsp4j.ColoringStyle |
org.eclipse.lsp4j.MarkedString
Use MarkupContent instead.
|
org.eclipse.lsp4j.ResourceChange
As LSP introduces resource operation, use the
ResourceOperation instead. |
org.eclipse.lsp4j.SemanticHighlightingCapabilities
Use
SemanticTokens API instead. |
org.eclipse.lsp4j.SemanticHighlightingInformation
Use
SemanticTokens API instead. |
org.eclipse.lsp4j.SemanticHighlightingParams
Use
SemanticTokens API instead. |
org.eclipse.lsp4j.SemanticHighlightingServerCapabilities
Use
SemanticTokens API instead. |
Enum and Description |
---|
org.eclipse.lsp4j.ResponseErrorCode
Use
ResponseErrorCode instead |
Field and Description |
---|
org.eclipse.lsp4j.InitializeErrorCode.unknownProtocolVersion
This initialize error got replaced by client capabilities.
There is no version handshake in version 3.0x
|