Class and Description |
---|
org.eclipse.lsp4j.MarkedString
Use
MarkupContent instead. |
org.eclipse.lsp4j.ResourceChange
As LSP introduces resource operation, use the
ResourceOperation instead. |
Enum and Description |
---|
org.eclipse.lsp4j.ResponseErrorCode
Use
ResponseErrorCode instead |
Field and Description |
---|
org.eclipse.lsp4j.SemanticTokenTypes.Member
This was erroneously named prior to finalization. Use
SemanticTokenTypes.Method instead. |
org.eclipse.lsp4j.InitializeErrorCode.unknownProtocolVersion
This initialize error got replaced by client capabilities.
There is no version handshake in version 3.0x
|