Skip to content

Commit 6c1ae69

Browse files
committed
Don't use conpty on Windows
For whatever reason it doesn't work at all. Signed-off-by: David Thompson <davidethompson@me.com>
1 parent fe6c9a8 commit 6c1ae69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webview/openshift-terminal/openShiftTerminal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ class OpenShiftTerminal {
153153
const escapedArgs = Array.isArray(this._args)
154154
? this._args.join(' ')
155155
: this._args;
156+
this._options.useConpty = false;
156157
this._pty = ptyInstance.spawn(
157158
'C:\\WINDOWS\\system32\\cmd.EXE',
158159
[

0 commit comments

Comments
 (0)