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" - ], - } - ] -}