mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix freeze after closing terminal on windows (#4536)
This commit is contained in:
parent
0e6aa4283b
commit
9cda8c1038
@ -158,6 +158,8 @@ export abstract class ShellSession {
|
|||||||
cwd,
|
cwd,
|
||||||
env,
|
env,
|
||||||
name: "xterm-256color",
|
name: "xterm-256color",
|
||||||
|
// TODO: Something else is broken here so we need to force the use of winPty on windows
|
||||||
|
useConpty: false,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user