-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable config file watcher if a hot-reload capability is set (#128)
Corresponds to https://reviews.llvm.org/D94222 This is the minimal change. I have a feeling the dispose/re-watch logic could be made cleaner. But this client-side feature can just be removed in future, so I'm not sure it's worth the risk of trying to polish it. I've tested this locally with clangd with/without the capability.
- Loading branch information
1 parent
b07e166
commit cf65a5a
Showing
2 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters