diff --git a/.vscode/tasks.json b/.vscode/tasks.json index d5ff867f89b..51a34c77a57 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,17 +1,6 @@ { "version": "2.0.0", "tasks": [ - { - "label": "Testing Task Name", - "type": "shell", - "command": "sleep 3s && echo 123", - "presentation": { - "close": false, - "panel": "dedicated", - "showReuseMessage": false, - }, - "problemMatcher": [], - }, { "type": "npm", "script": "watch-clientd",