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:
parent
8a148f3a13
commit
f956257638
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ impl zed::Extension for HaskellExtension {
|
||||||
Ok(zed::Command {
|
Ok(zed::Command {
|
||||||
command: path,
|
command: path,
|
||||||
args: vec!["lsp".to_string()],
|
args: vec!["lsp".to_string()],
|
||||||
env: Default::default(),
|
env: worktree.shell_env(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue