Delete tasks.json

This commit is contained in:
GuilhermeWerner 2021-10-03 13:51:03 -03:00
parent 24a769b604
commit ecec41a38b

21
.vscode/tasks.json vendored
View file

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