We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
shell
1 parent 024b435 commit 5d67e5fCopy full SHA for 5d67e5f
1 file changed
src/language_servers/herb.rs
@@ -44,7 +44,7 @@ impl Herb {
44
.into_owned(),
45
"--stdio".to_string(),
46
],
47
- env: Default::default(),
+ env: worktree.shell_env(),
48
})
49
}
50
0 commit comments