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
#在 LSP4J 0.15.0
Return type of textDocument/prepareRename changed from Either<Range, PrepareRenameResult>
to Either3<Range, PrepareRenameResult, PrepareRenameDefaultBehavior>
The text was updated successfully, but these errors were encountered:
LSP4J 0.20.1 has now been released
lemminx now just use 0.14.0,i suggest bump the version 0.14.0 to 0.20.1
benefit:
code change:
org.eclipse.lemminx.XMLTextDocumentService#prepareRename
#在 LSP4J 0.15.0
Return type of textDocument/prepareRename changed from Either<Range, PrepareRenameResult>
to Either3<Range, PrepareRenameResult, PrepareRenameDefaultBehavior>
The text was updated successfully, but these errors were encountered: