Auto Save doesn't seem to work #12554
Unanswered
B4Dmonkey
asked this question in
Troubleshooting
Replies: 1 comment
-
It looks like there's a typo in the screenshot, it should be |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hey, I'm trying to configure helix for auto save. Going based on this documentation I've updated my config but when I execute :config-reload I get an error. I've read some past threads about this so perhaps my configuration is wrong. I've just started using helix this week.
#3451
Reproduction Steps
I tried this:
[editor.auto-save] after-delay.enabled=true after-delay.timeout=1000
:config-reload
I expected this to happen:
Config save successfully and auto saving works
Instead, this happened:
Helix log
note these logs don't seem relevant as they are from 2 days ago but i will attach them.
2025-01-14T12:54:46.788 helix_dap::transport [ERROR] <- DAP error Some("Failed to launch") (Some(Object {"error": Object {"format": String("Failed to launch: Build error: Check the debug console for details."), "id": Number(3000), "showUser": Bool(false)}})) for command #1 launch 2025-01-14T12:55:10.573 helix_dap::transport [ERROR] <- DAP error Some("Internal Error") (Some(Object {"error": Object {"format": String("Internal Error: runtime error: invalid memory address or nil pointer dereference"), "id": Number(8888), "showUser": Bool(false)}})) for command #2 2025-01-14T12:55:19.598 helix_dap::transport [ERROR] err: <- StreamClosed 2025-01-14T12:55:36.252 helix_dap::transport [ERROR] <- DAP error Some("Failed to launch") (Some(Object {"error": Object {"format": String("Failed to launch: Build error: Check the debug console for details."), "id": Number(3000), "showUser": Bool(false)}})) for command #1 launch
~/.cache/helix/helix.log
Platform
macos
Terminal Emulator
ghostty
Installation Method
brew
Helix Version
helix 25.1 (dabfb6c)
Beta Was this translation helpful? Give feedback.
All reactions