提交 a5f193e4 编写于 作者: D Daniel Imms

Correct useConpty usage

Fixes #84082
上级 00ebabb0
......@@ -65,7 +65,7 @@ export class TerminalProcess extends Disposable implements ITerminalChildProcess
env,
cols,
rows,
experimentalUseConpty: useConpty,
useConpty,
// This option will force conpty to not redraw the whole viewport on launch
conptyInheritCursor: useConpty && !!shellLaunchConfig.initialText
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册