ErrLookup › helix-editor/helix

helix-editor/helix

A post-modern modal text editor. · Rust · 226 source files

Analyzed at 079a789e8c on 2026-08-16. 57 documented errors.

Code / MessageTypeSeverityTags
Failed to parse snippet. Remaining input: {}
exception error rust, helix, snippet, lsp, parser
Command not provided
validation error rust, helix, dap, debugging, config
Incorrect transport {}
validation error rust, helix, dap, debugging, config
DAP request failed
exception error rust, helix, dap, debugging, protocol
Git command failed. Stdout: {} Stderr: {}
exception error rust, helix, grammar, tree-sitter, git, network
Directory {:?} is empty. Did you use 'hx --grammar fetch'?
exception error rust, helix, grammar, tree-sitter, build
Parser compilation failed. Stdout: {} Stderr: {}
exception error rust, helix, grammar, tree-sitter, build, windows, msvc
Language server '{name}' not defined
validation error rust, helix, lsp, config, languages-toml
expected a path to file, but found a directory: {file:?}. (t
validation error rust, helix, cli, args, filesystem
Failed to load config: {}
validation error rust, helix, config, toml, config-refresh
can only set a split once of a specific type
validation error rust, helix, cli, args, layout
--grammar must be followed by either 'fetch' or 'build'
console error rust, helix, cli, args, grammar
--config must specify a path to read
console error rust, helix, cli, args, config
--log must specify a path to write
console error rust, helix, cli, args, logging
--working-dir specified does not exist or is not a directory
console error rust, helix, cli, args, filesystem, working-dir
--working-dir must specify an initial working directory
console error rust, helix, cli, args, working-dir
unexpected double dash argument: {}
console error rust, helix, cli, args, usage
unexpected short arg {}
console error cli, arguments, startup
No TypableCommand named '{}'
validation error config, keymap, command-parsing
No command named '{}'
validation error config, keymap, command-parsing
Current working directory does not exist
exception error filesystem, cwd, global-search
Failed to compile regex
exception warning regex, global-search, user-input
No debug adapter available for language
exception error dap, debugging, language-config
Failed to start debug client: {}
exception error dap, debugging, process-spawn, path
No debug config with given name
exception error dap, debugging, config
Current working directory does not exist
exception error filesystem, cwd, symbol-search
Failed to compile regex
exception warning regex, symbol-search, user-input
Could not load theme: {}
exception error theme, config, toml
No previous working directory
exception warning cwd, command
Could not change working directory to '{}': {err}
exception error cwd, filesystem, command
failed to parse arguments: {err}
exception error lsp, json, command
Error restarting language servers: {}
exception error lsp, restart, environment, config
Unknown key `{}`
exception warning config, command, options
working tree not found
exception warning git, vcs, bare-repository
no diff provider returns success
exception warning git, vcs, fallback
unknown encoding
exception error encoding, document, helix, rust
invalid language id: {}
exception error language, syntax, helix, rust, config
Line number can only be `absolute` or `relative`.
validation error config, line-numbers, helix, rust
Gutter type can only be `diagnostics`, `spacer`, `line-numbe
validation error config, gutter, helix, rust
failed to send save event: {}
exception error save, channel, shutdown, helix, rust
unknown variable '{}'
exception error expansion, command-line, helix, rust
could not interpret '{}' as a Unicode character code
exception error expansion, unicode, command-line, helix, rust
{err}
exception error expansion, escaping, command-line, helix, rust
Failed to set breakpoints: {}
exception error dap, debugging, breakpoints, helix, rust
Missing key code
validation warning keymap, input, helix, rust
Invalid function key '{}'
validation error keymap, input, helix, rust
Key '-' cannot be used with modifiers, use '{}' instead
validation error keymap, input, helix, rust
Invalid key code '{}'
validation error keymap, input, helix, rust
Invalid key modifier '{}-'
validation error keymap, input, modifiers, helix, rust
Repeated key modifier '{}-'
validation error keymap, input, modifiers, helix, rust
Unmatched '>'
validation error keymap, input, parsing, helix, rust
Register {name} does not support writing
exception error registers, clipboard, helix, rust
Register {name} does not support pushing
exception error registers, clipboard, helix, rust
Failed to push to register {name}: clipboard does not match
exception error registers, clipboard, helix, rust, os-integration
Expected 'inherits' to be a string: {}
exception error theme, config, toml, helix, rust
Cycle found in inheriting: {}
exception error helix, theme, toml, config, inheritance, cycle-detection
File not found for: {}
exception error helix, theme, toml, config, file-not-found, typo