提交 4035b056 编写于 作者: D Daniel Imms

Remove old removed setting

Fixes #83261
上级 6aab56dd
...@@ -113,7 +113,6 @@ export interface ITerminalConfiguration { ...@@ -113,7 +113,6 @@ export interface ITerminalConfiguration {
windows: { [key: string]: string }; windows: { [key: string]: string };
}; };
showExitAlert: boolean; showExitAlert: boolean;
experimentalBufferImpl: 'JsArray' | 'TypedArray';
splitCwd: 'workspaceRoot' | 'initial' | 'inherited'; splitCwd: 'workspaceRoot' | 'initial' | 'inherited';
windowsEnableConpty: boolean; windowsEnableConpty: boolean;
experimentalRefreshOnResume: boolean; experimentalRefreshOnResume: boolean;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册