We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a737e5 commit 9860a93Copy full SHA for 9860a93
1 file changed
lua/java/api/runner.lua
@@ -64,7 +64,6 @@ function BuiltInMainRunner:run_app(cmd)
64
vim.fn.chansend(self.chan, command)
65
self.job_id = vim.fn.jobstart(command, {
66
pty = true,
67
- clear_env = true,
68
on_stdout = function(_, data)
69
self:_on_stdout(data)
70
end,
0 commit comments