diff --git a/editors/code/src/commands/runnables.ts b/editors/code/src/commands/runnables.ts index d9ae56420a2..c0f2ada7608 100644 --- a/editors/code/src/commands/runnables.ts +++ b/editors/code/src/commands/runnables.ts @@ -118,7 +118,8 @@ export async function handleSingle(runnable: Runnable) { task.group = vscode.TaskGroup.Build; task.presentationOptions = { reveal: vscode.TaskRevealKind.Always, - panel: vscode.TaskPanelKind.Dedicated + panel: vscode.TaskPanelKind.Dedicated, + clear: true }; return vscode.tasks.executeTask(task);