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
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 <rgrunber@redhat.com>
0 commit comments