From b665a2efe7260e0207adaef3993d761f376a241c Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 9 Dec 2021 15:52:27 -0500 Subject: [PATCH] Fix freeze after closing terminal on windows (#4536) --- src/main/shell-session/shell-session.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/shell-session/shell-session.ts b/src/main/shell-session/shell-session.ts index b171986d56..677a637cc0 100644 --- a/src/main/shell-session/shell-session.ts +++ b/src/main/shell-session/shell-session.ts @@ -158,6 +158,8 @@ export abstract class ShellSession { cwd, env, name: "xterm-256color", + // TODO: Something else is broken here so we need to force the use of winPty on windows + useConpty: false, })); }