-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Issue Description
I'm getting a bunch of these messages in my Helix logs. Codebook seems to be working fine, so I'm not sure there is a functional issue. It just makes it hard to track down other errors when I see these all over the place.
2025-11-12T22:41:42.626 helix_lsp::transport [ERROR] codebook err <- "[codebook_lsp] INFO: Starting Codebook Language Server v0.3.17-release...\n"
2025-11-12T22:41:42.626 helix_lsp::transport [ERROR] codebook err <- "[codebook_config] INFO: No project config found, using default\n"
2025-11-12T22:41:42.626 helix_lsp::transport [ERROR] codebook err <- "[codebook_downloader] INFO: Cache folder at: \"/var/folders/f_/v1bqrc3s5m5513kry78x82j80000gn/T/codebook\"\n"
My helix_languages.toml is normal
[language-server.codebook]
command = "codebook-lsp"
args = ["serve"]and I just add codebook to all my language-servers
helix 25.07.1 (a05c151b)
Operating System
macOS
Editor
Helix
Codebook Version
0.3.17
Configuration
Steps to Reproduce
:log-open
Expected Behavior
I'd expect those as INFO logs, not ERROR
Actual Behavior
ERROR logs in Helix
Code Sample
Log Output
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working