Closed aster-void closed 2 weeks ago
you can use anything you'd like in ignored
. There is no need to edit built-ins.
I see other editor's temp files ignored here, why shouldn't helix (a text editor fyi) be one of them? It looks like this is the most appropriate place to patch this.
Brief google says it's not exclusive to helix https://file.org/extension/bck
Again, you can adjust this in your app. It doesn't matter what's the default configuration is.
neither as swp. https://file.org/extension/swp
Anyways, I'll open a patch request for vite. thanks anyways.
It is only used for the atomic writes feature FYI. Since if you enable that, you want to tell chokidar to detect temp editor files that happen mid write (like swap files)
That's why we wouldn't usually change it
related issue (in Helix repo): https://github.com/helix-editor/helix/issues/11998