aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs-notify/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix slow tests sometimes failingFlorian Diebold2021-02-121-2/+8
| | | | | | | | | | In some situations we reloaded the workspace in the tests after having reported to be ready. There's two fixes here: 1. Add a version to the VFS config and include that version in progress reports, so that we don't think we're done prematurely; 2. Delay status transitions until after changes are applied. Otherwise the last change during loading can potentially trigger a workspace reload, if it contains interesting changes.
* Follow symlinks when walking project treesDaniel Fox Franke2020-10-151-8/+9
| | | | Fixes #3691
* Simplify exclusion logicAleksey Kladov2020-07-182-99/+47
|
* Don't spawn notify unnecessaryAleksey Kladov2020-07-102-6/+7
|
* better languageAleksey Kladov2020-07-081-2/+2
|
* Simplify file watcherAleksey Kladov2020-07-061-29/+14
|
* NamingAleksey Kladov2020-06-281-4/+4
|
* Refactor main_loopAleksey Kladov2020-06-251-7/+6
|
* Canonicalize actor APIAleksey Kladov2020-06-251-2/+2
|
* Unify styleAleksey Kladov2020-06-251-13/+13
|
*-. Merge #5035 #5037bors[bot]2020-06-241-7/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5035: Less error-prone naming r=matklad a=matklad bors r+ 🤖 5037: Don't watch dirs if not asked to r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| | * Don't watch dirs if not asked toAleksey Kladov2020-06-241-1/+1
| |/ |/|
| * Less error-prone namingAleksey Kladov2020-06-241-6/+3
|/
* Cleanup project.json deserializationAleksey Kladov2020-06-241-1/+1
|
* New VFSAleksey Kladov2020-06-232-0/+290