[codebook_lsp] INFO: Starting Codebook Language Server v0.3.18-release...
[codebook_config] INFO: No global config found, using default
[codebook_config] INFO: No project config found, using default
[codebook_downloader] INFO: Cache folder at: "/tmp/codebook"
[codebook_lsp::lsp] INFO: LSP logger attached to client with log level: DEBUG
[codebook_lsp::lsp] INFO: Server ready!
[codebook_lsp::lsp] INFO: Project config: /home/yeshey/PersonalFiles/2025/Masters/Dissertacao/Dissertation-AI-safety/codebook.toml
[codebook_lsp::lsp] INFO: Global config: /home/yeshey/.config/codebook/codebook.toml
[codebook_lsp::lsp] DEBUG: Opened document: uri Url { scheme: "file", cannot_be_a_base: false, username: "", password: None, host: None, port: None, path: "/home/yeshey/PersonalFiles/2025/Masters/Dissertacao/Dissertation-AI-safety/README.md", query: None, fragment: None }, language: markdown, version: 0
[codebook_lsp::lsp] DEBUG: Checking file: Url { scheme: "file", cannot_be_a_base: false, username: "", password: None, host: None, port: None, path: "/home/yeshey/PersonalFiles/2025/Masters/Dissertacao/Dissertation-AI-safety/README.md", query: None, fragment: None }
[codebook_lsp::lsp] DEBUG: Spell-checking file: "/home/yeshey/PersonalFiles/2025/Masters/Dissertacao/Dissertation-AI-safety/README.md"
[codebook_lsp::lsp] DEBUG: Document identified as type Some(Text) from Some("markdown")
[codebook] DEBUG: Checking text with dictionaries: ["en_us", "codebook", "software_terms", "computing_acronyms"]
[codebook_lsp::lsp] DEBUG: Opened document: uri Url { scheme: "file", cannot_be_a_base: false, username: "", password: None, host: None, port: None, path: "/home/yeshey/PersonalFiles/2025/Masters/Dissertacao/Dissertation-AI-safety/codebook.js", query: None, fragment: None }, language: javascript, version: 0
[codebook_lsp::lsp] DEBUG: Checking file: Url { scheme: "file", cannot_be_a_base: false, username: "", password: None, host: None, port: None, path: "/home/yeshey/PersonalFiles/2025/Masters/Dissertacao/Dissertation-AI-safety/codebook.js", query: None, fragment: None }
[codebook_lsp::lsp] DEBUG: Spell-checking file: "/home/yeshey/PersonalFiles/2025/Masters/Dissertacao/Dissertation-AI-safety/codebook.js"
[codebook_lsp::lsp] DEBUG: Document identified as type Some(Javascript) from Some("javascript")
[codebook] DEBUG: Checking text with dictionaries: ["en_us", "javascript", "javascriptreact", "codebook", "software_terms", "computing_acronyms"]
[codebook::dictionaries::manager] DEBUG: Failed to get repo for dictionary, skipping: javascript
[codebook::dictionaries::manager] DEBUG: Failed to get repo for dictionary, skipping: javascriptreact
[codebook_lsp::lsp] DEBUG: Saved document: file:///home/yeshey/PersonalFiles/2025/Masters/Dissertacao/Dissertation-AI-safety/src/chapter1_introduction.tex
[codebook_lsp::lsp] DEBUG: Checking file: Url { scheme: "file", cannot_be_a_base: false, username: "", password: None, host: None, port: None, path: "/home/yeshey/PersonalFiles/2025/Masters/Dissertacao/Dissertation-AI-safety/src/chapter1_introduction.tex", query: None, fragment: None }
[codebook_lsp::lsp] DEBUG: Spell-checking file: "/home/yeshey/PersonalFiles/2025/Masters/Dissertacao/Dissertation-AI-safety/src/chapter1_introduction.tex"
[codebook_lsp::lsp] DEBUG: Document identified as type None from None
[codebook] DEBUG: Checking text with dictionaries: ["en_us", "latex", "codebook", "software_terms", "computing_acronyms"]
[codebook::dictionaries::manager] DEBUG: Failed to get repo for dictionary, skipping: latex
In zed editor, while in other languages
CTRL + .gives me suggestions for the correct word, in latex I don't get any.And I'm getting
[codebook_lsp::lsp] DEBUG: Document identified as type None from None:I'm in nixOS with this configuration:
This might be related with these issues: