zbelial / lspce

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

[feature] Implement DidChangeWatchedFiles Notification? #19

Open zbelial opened 10 months ago

zbelial commented 10 months ago

It seems that this is useful for languages like rust and go. Specification is here see https://github.com/rust-lang/rust-analyzer/issues/14669 for some more info.