We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Writing to file breaks some app's file watching which leads to crashes for the other app.
I tried this:
hx test.frag
I expected this to happen: kodelife reloads file with new content
Instead, this happened: kodelife crashes
Workaround: I use a script to cat from a temp file to the original file
cat
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
macOS 14
wezterm version: 20240203-110809-5046fc22
brew
helix 25.01.1 (e7ac2fc)
The text was updated successfully, but these errors were encountered:
I think would solve the problem: #11374
Sorry, something went wrong.
No branches or pull requests
Summary
Writing to file breaks some app's file watching which leads to crashes for the other app.
Reproduction Steps
I tried this:
hx test.frag
I expected this to happen:
kodelife reloads file with new content
Instead, this happened:
kodelife crashes
Workaround:
I use a script to
cat
from a temp file to the original fileHelix log
~/.cache/helix/helix.log
Platform
macOS 14
Terminal Emulator
wezterm version: 20240203-110809-5046fc22
Installation Method
brew
Helix Version
helix 25.01.1 (e7ac2fc)
The text was updated successfully, but these errors were encountered: