提交 55960b7d 编写于 作者: M meganrogge

add flowControl to terminalConfig

上级 7ae54ca2
......@@ -53,6 +53,7 @@ export interface ICompleteTerminalConfiguration {
'terminal.integrated.inheritEnv': boolean;
'terminal.integrated.cwd': string;
'terminal.integrated.detectLocale': 'auto' | 'off' | 'on';
'terminal.flowControl': boolean;
}
export type ITerminalEnvironmentVariableCollections = [string, ISerializableEnvironmentVariableCollection][];
......@@ -248,6 +249,7 @@ export class RemoteTerminalChannelClient {
'terminal.integrated.inheritEnv': terminalConfig.inheritEnv,
'terminal.integrated.cwd': terminalConfig.cwd,
'terminal.integrated.detectLocale': terminalConfig.detectLocale,
'terminal.flowControl': terminalConfig.flowControl
};
// We will use the resolver service to resolve all the variables in the config / launch config
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册