From d2996b6fd15f409ccf80f8668294151c3f9123ea Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 26 Jun 2023 12:32:26 -0400 Subject: [PATCH] .vscode: remove tasks --- .vscode/tasks.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 92c2e54..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "cargo watch", - "type": "shell", - "command": "bin/run", - "args": [], - "problemMatcher": [], - "group": { - "kind": "build", - "isDefault": true - }, - "runOptions": { - "runOn": "folderOpen" - } - } - ] -} \ No newline at end of file