Skip to content

Commit 5d67e5f

Browse files
authored
fix(herb): Use shell env from a Worktree (#270)
Be sure we use the correct shell env for starting `herb`.
1 parent 024b435 commit 5d67e5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/language_servers/herb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl Herb {
4444
.into_owned(),
4545
"--stdio".to_string(),
4646
],
47-
env: Default::default(),
47+
env: worktree.shell_env(),
4848
})
4949
}
5050

0 commit comments

Comments
 (0)