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
I have tested quicly JDT LS inside IntelliJ with https://github.com/redhat-developer/lsp4ij with my current willRenameFiles LSP client support and it doesn't work because JDT LS doesn't return the proper server capability.
And if there are some good reason why you did this hack and if server capability returns that, it could break vscode-java, perhaps JDT LS could receive a property to say "please return me the workspace.fileOperations' capability.
The text was updated successfully, but these errors were encountered:
I have tested quicly JDT LS inside IntelliJ with https://github.com/redhat-developer/lsp4ij with my current
willRenameFiles
LSP client support and it doesn't work because JDT LS doesn't return the proper server capability.It is working on vscode-java because you did some hack https://github.com/redhat-developer/vscode-java/blob/9bfd8a89b7f2259757999443adda0d5a7a505cc8/src/fileEventHandler.ts#L141
I think JDT LS should return this kind of capability:
And if there are some good reason why you did this hack and if server capability returns that, it could break vscode-java, perhaps JDT LS could receive a property to say "please return me the workspace.fileOperations' capability.
The text was updated successfully, but these errors were encountered: