From ee3eddc6b80565f6bb458a1fd8f3a83fdd37d554 Mon Sep 17 00:00:00 2001 From: RblSb Date: Thu, 23 Oct 2025 01:30:22 +0300 Subject: Fix large file upload --- .vscode/tasks.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.vscode/tasks.json') 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", -- cgit v1.2.3