mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 09:44:46 +03:00
ocaml: Pass environment to language server (#13834)
Fixed the environment not being passed to ocaml lsp causing it to not work with direnv based installs Release Notes: - N/A
This commit is contained in:
parent
1bd585186a
commit
a61188d137
@ -26,7 +26,7 @@ impl zed::Extension for OcamlExtension {
|
|||||||
Ok(zed::Command {
|
Ok(zed::Command {
|
||||||
command: path,
|
command: path,
|
||||||
args: Vec::new(),
|
args: Vec::new(),
|
||||||
env: Default::default(),
|
env: worktree.shell_env(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user