You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
lsp4intellij currently supports the proposal version of the LSP v3.16 spec instead of the final released version.
Describe your problem(s)
LSP clients using the finalized v3.16 spec get their processes killed by the plugin if they use anything that changed between the final and proposed versions. Release notes for LSP4J has a list of these breaking changes.
Describe your solution(s)
Update the LSP4J dependency to it's latest release (v0.12.0 right now, v0.13.0 looks like it's in the works).
The text was updated successfully, but these errors were encountered:
Description:
lsp4intellij currently supports the proposal version of the LSP v3.16 spec instead of the final released version.
Describe your problem(s)
LSP clients using the finalized v3.16 spec get their processes killed by the plugin if they use anything that changed between the final and proposed versions. Release notes for LSP4J has a list of these breaking changes.
Describe your solution(s)
Update the LSP4J dependency to it's latest release (v0.12.0 right now, v0.13.0 looks like it's in the works).
The text was updated successfully, but these errors were encountered: