haskell: Pass environment to hls (#15998)
Fixed environment not being passed to hls, breaking local nix-based installations Release Notes: - N/A
This commit is contained in:
@@ -21,7 +21,7 @@ impl zed::Extension for HaskellExtension {
|
||||
Ok(zed::Command {
|
||||
command: path,
|
||||
args: vec!["lsp".to_string()],
|
||||
env: Default::default(),
|
||||
env: worktree.shell_env(),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user