提交 337b3e8d 编写于 作者: M meganrogge

turn on flow control by default

上级 7c424878
......@@ -401,7 +401,7 @@ export const terminalConfiguration: IConfigurationNode = {
'terminal.integrated.flowControl': {
description: localize('terminal.integrated.flowControl', "Experimental: whether to enable flow control which will slow the program on the remote side to avoid flooding remote connections with terminal output. This setting has no effect for local terminals and terminals where the output/input is controlled by an extension. Changing this will only affect new terminals."),
type: 'boolean',
default: false
default: true
}
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册