Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure 'workspace/willRenameFiles' is handled only by extension.
- JDT-LS now respects the LSP Spec, and will respond to 'workspace/willRenameFiles' requests handled by vsc-languageserver-node - This extension performs the request manually in order to produce a prompt/dialog allowing a user to select which changes should be applied - To keep this behaviour, and prevent duplicate requests, we must prevent the client from advertising this option to the language server Signed-off-by: Roland Grunberg <[email protected]>
- Loading branch information