Skip to content

Commit 9860a93

Browse files
authored
refactor: remove clear_env to allow system envs for run process (#150)
1 parent 7a737e5 commit 9860a93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/java/api/runner.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ function BuiltInMainRunner:run_app(cmd)
6464
vim.fn.chansend(self.chan, command)
6565
self.job_id = vim.fn.jobstart(command, {
6666
pty = true,
67-
clear_env = true,
6867
on_stdout = function(_, data)
6968
self:_on_stdout(data)
7069
end,

0 commit comments

Comments
 (0)