vim: Non-interactive shell (#33568)
Closes #33144 Release Notes: - vim: Run r! in a non-interactive shell
This commit is contained in:
parent
3f4098e87b
commit
c8c6468f9c
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ impl Project {
|
|||
let ssh_details = self.ssh_details(cx);
|
||||
let settings = self.terminal_settings(&path, cx).clone();
|
||||
|
||||
let builder = ShellBuilder::new(ssh_details.is_none(), &settings.shell);
|
||||
let builder = ShellBuilder::new(ssh_details.is_none(), &settings.shell).non_interactive();
|
||||
let (command, args) = builder.build(command, &Vec::new());
|
||||
|
||||
let mut env = self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue