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

Use conpty by default on Windows Insiders

Fixes #70767
上级 fe504e71
......@@ -262,7 +262,7 @@ configurationRegistry.registerConfiguration({
'terminal.integrated.windowsEnableConpty': {
description: nls.localize('terminal.integrated.windowsEnableConpty', "Whether to use ConPTY for Windows terminal process communication (requires Windows 10 build number 18309+). Winpty will be used if this is false."),
type: 'boolean',
default: false
default: true
}
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册