mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Clear the console when running single tasks
This commit is contained in:
parent
48d2acb297
commit
63edfaa9a0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user