diff options
Diffstat (limited to '.vscode/tasks.json')
| -rw-r--r-- | .vscode/tasks.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0b315f6..47e06ae 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -19,7 +19,8 @@ }, "presentation": { "clear": true - } + }, + "dependsOn": "${command:workbench.action.terminal.clear}" }, { "label": "Run tests", |
