提交 8920420f 编写于 作者: A Alex Ross

Move clear API out of proposed

Fixes #61592
上级 3a6362ef
...@@ -4713,6 +4713,11 @@ declare module 'vscode' { ...@@ -4713,6 +4713,11 @@ declare module 'vscode' {
* Controls whether to show the "Terminal will be reused by tasks, press any key to close it" message. * Controls whether to show the "Terminal will be reused by tasks, press any key to close it" message.
*/ */
showReuseMessage?: boolean; showReuseMessage?: boolean;
/**
* Controls whether the terminal is cleared before executing the task.
*/
clear?: boolean;
} }
/** /**
......
...@@ -1246,17 +1246,6 @@ declare module 'vscode' { ...@@ -1246,17 +1246,6 @@ declare module 'vscode' {
//#endregion //#endregion
//#region Task //#region Task
/**
* Controls how the task is presented in the UI.
*/
export interface TaskPresentationOptions {
/**
* Controls whether the terminal is cleared before executing the task.
*/
clear?: boolean;
}
export enum RerunBehavior { export enum RerunBehavior {
reevaluate = 1, reevaluate = 1,
useEvaluated = 2, useEvaluated = 2,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册