zbelial / lspce

LSP Client for Emacs implemented as a module using rust.
GNU General Public License v3.0
154 stars 11 forks source link

Fix documentChange lspce namespace #14

Closed jwijenbergh closed 1 year ago

jwijenbergh commented 1 year ago

I was getting symbol's definition is void when renaming. I had a quick look and changed some others as well. Maybe these are not all of them yet?

zbelial commented 1 year ago

Thanks very much. I forgot to change those names after rename documentChange, sorry. I've confirmed your pr changed all of them.

jwijenbergh commented 1 year ago

No worries thanks for the quick merge. Awesome project!