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
* Add textDocument/prepareRename request
NOTE: the type of response is not modelled fully as it's a bit involved. I hope supporting additional response shapes
can be done in a follow up if needed.
* Fix textDocument/prepareRename default behavior
notImplemented cannot be used because the server will fail on rename.
None cannot be used because it marks an invalid rename.
We need to respond with a {defaultBehavior=true} so that those servers
that didn't override prepareRename still have the same rename behavior
as before.
NOTE: I needed to model the response fully to make things work.
* misc: Fix formatting
0 commit comments