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