Add a new presentation option to clear the terminal before executing task (#61329)

Fixes #30058
This commit is contained in:
Alex Ross
2018-10-22 09:58:15 +02:00
committed by GitHub
parent 8e71de66ff
commit e3f803d92c
9 changed files with 37 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ export interface TaskPresentationOptionsDTO {
focus?: boolean;
panel?: number;
showReuseMessage?: boolean;
clearBeforeExecuting?: boolean;
}
export interface ExecutionOptionsDTO {