Alexander Courtis
bcb2a5a80d
fix( #1720 ): .git watch only FETCH_HEAD, HEAD, HEAD.lock, config, index ( #1732 )
...
* fix(#1720 ): .git watch only HEAD, config and index
* fix(#1720 ): .git watch only FETCH_HEAD, HEAD, HEAD.lock, config, index
2022-11-12 14:38:33 +11:00
Alexander Courtis
ed9db632a8
feat(watcher): add filesystem_watchers.ignore_dirs ( #1705 )
2022-11-05 10:24:25 +11:00
Alexander Courtis
be2b4f58e6
fix( #1615 ): focus created file when command line prompt requires confirmation ( #1622 )
...
* fix(#1615 ): focus created file when command line prompt requires confirmation
* fix(#1615 ): focus created file when command line prompt requires confirmation
2022-10-08 14:26:31 +11:00
Alexander Courtis
259efeee62
fix( #1540 ): watcher ignore directories with name exactly '.git'
2022-08-23 10:29:45 +10:00
kiyan
ac90664001
fix(watchers): disable watchers on kernel filesystems
...
fixes #1465
2022-07-28 11:45:47 +02:00
Alexander Courtis
eff1db341c
chore(watchers): Watcher shares single fs_event from Event, node watchers use unique path prefixed debounce context ( #1453 )
2022-07-26 10:43:58 +02:00
Alexander Courtis
ecca8118f8
doc: remove fs_poll interval and update doc
2022-07-19 09:39:03 +10:00
Alexander Courtis
06e48c29c4
chore(watchers): refactor events and make debouncer safe
...
- fs poll -> fs events
- make debouncer safe and fix diagnostics events
2022-07-17 08:50:24 +02:00
Alexander Courtis
e401a4c957
feat(watcher): debounce FS watchers
2022-06-28 11:18:22 +10:00
Alexander Courtis
7a795d78fa
feat(watcher): partial git refresh ( #1373 )
2022-06-27 11:12:28 +10:00
Kiyan
b0d27c09b6
feat(explorer): add filesystem watchers ( #1304 )
...
* feat(explorer): add experimental watchers
This commit introduces watchers to update the tree.
This behavior is introduced behind an "filesystem_watchers" option
which should prevent instabilities.
It will become the default at some point.
Co-authored-by: Alexander Courtis <alex@courtis.org >
2022-06-05 12:39:39 +02:00