-
Notifications
You must be signed in to change notification settings - Fork 272
workspace/didChangeWatchedFiles #347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, I'm interested in seeing this working and came here to offer my help (though I have not experience in According to the protocol the client is responsible for sending a watch files notification. Is there any work in progress on this or somebody looking at it? Thanks. |
No progress yet, at least from my side. |
Just a question...does current implementation of watcher-registering supports globs like LanguageClient-neovim/src/language_server_protocol.rs Lines 2040 to 2046 in bfa0c0c
It seems that Commit rust-lang/rls@5d3665d unrolled the glob pattern, saying that it's due to glob crate problem, but I have no idea where this crate is used... |
the glob pattern is used in this client side. |
Oh, what I mean is that I have no idea where the LanguageClient-neovim/src/utils.rs Lines 31 to 35 in ec93353
instead of registering So I have the question that whether Sorry for that I am not familiar with vim to test it myself, I use vscode and is investigating the |
Sorry, I meant the glob pattern ( No, if the glob patter is something like |
Quote from @vorner,
The text was updated successfully, but these errors were encountered: