mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Add a new presentation option to clear the terminal before executing task (#61329)
Fixes #30058
This commit is contained in:
@@ -16,6 +16,7 @@ export interface TaskPresentationOptionsDTO {
|
||||
focus?: boolean;
|
||||
panel?: number;
|
||||
showReuseMessage?: boolean;
|
||||
clearBeforeExecuting?: boolean;
|
||||
}
|
||||
|
||||
export interface ExecutionOptionsDTO {
|
||||
|
||||
Reference in New Issue
Block a user