Skip to content
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

New files created outside of Onivim 2 don't show up in the file navigator #3509

Closed
Minnozz opened this issue May 6, 2021 · 1 comment
Closed
Labels
A-file-explorer Area: File explorer bug Something isn't working R-duplicate Resolved as a duplicate of an existing issue

Comments

@Minnozz
Copy link
Contributor

Minnozz commented May 6, 2021

When I create a new file in my terminal (outside of Onivim 2), it doesn't show up in the file navigator until I collapse the directory and open it again. I would like it to show up immediately (or else after a short delay).

Could this be implemented using inotify?

@bryphe
Copy link
Member

bryphe commented May 7, 2021

Hi @Minnozz ,

Could this be implemented using inotify?

We actually have an implementation of this (using libuv filewatchers) - you can try it out with:
"files.useExperimentalFileWatcher": true in your configuration

Duplicate of #3399
Related #3373

@bryphe bryphe added A-file-explorer Area: File explorer bug Something isn't working R-duplicate Resolved as a duplicate of an existing issue labels May 7, 2021
@bryphe bryphe closed this as completed May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-file-explorer Area: File explorer bug Something isn't working R-duplicate Resolved as a duplicate of an existing issue
Projects
None yet
Development

No branches or pull requests

2 participants