From ecec41a38b9d1a0262ab28c3e3eaa66ec3737f68 Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Sun, 3 Oct 2021 13:51:03 -0300 Subject: [PATCH] Delete tasks.json --- .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 5bd0858..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "label": "Copyright", - "type": "shell", - "windows": { - "command": "python", - }, - "linux": { - "command": "python3", - }, - "osx": { - "command": "python3", - }, - "args": [ - "./Scripts/Copyright.py" - ], - } - ] -}