helix/helix-lsp
Michael Davis d031260180
Avoid cloning configured env vars when starting a language server
The clone of the hashmap can be avoided by passing a ref instead. This
commit also changes the `server_environment` type to match the bounds
expected by `Command::envs` - this will avoid future refactoring if the
underlying type changes (for example switching to `hashbrown::HashMap`).
2025-02-19 10:30:06 -05:00
..
src Avoid cloning configured env vars when starting a language server 2025-02-19 10:30:06 -05:00
Cargo.toml Remove unused dependencies 2025-02-13 08:41:46 -05:00