提交 87b78ceb 编写于 作者: D Dirk Baeumer

Move clearBeforeExecuting to proposed API

上级 d86ae3ee
......@@ -4659,11 +4659,6 @@ declare module 'vscode' {
* Controls whether to show the "Terminal will be reused by tasks, press any key to close it" message.
*/
showReuseMessage?: boolean;
/**
* Controls whether the terminal is cleared before executing the task.
*/
clearBeforeExecuting?: boolean;
}
/**
......
......@@ -1172,4 +1172,18 @@ declare module 'vscode' {
*/
constructor(label: TreeItemLabel, collapsibleState?: TreeItemCollapsibleState);
}
//#endregion
//#region Task
/**
* Controls how the task is presented in the UI.
*/
export interface TaskPresentationOptions {
/**
* Controls whether the terminal is cleared before executing the task.
*/
clearBeforeExecuting?: boolean;
}
//#endregion
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册