提交 195881ba 编写于 作者: D Daniel Imms

Fix use conpty setting

上级 e417e07b
......@@ -25,6 +25,11 @@ declare module 'node-pty' {
uid?: number;
gid?: number;
encoding?: string;
/**
* Whether to use the experimental ConPTY system on Windows. This setting will be ignored on
* non-Windows.
*/
experimentalUseConpty?: boolean;
}
/**
......
......@@ -52,7 +52,8 @@ export class TerminalProcess implements ITerminalChildProcess, IDisposable {
cwd,
env,
cols,
rows
rows,
experimentalUseConpty: useConpty
};
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册