mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Delete tasks.json
This commit is contained in:
parent
24a769b604
commit
ecec41a38b
1 changed files with 0 additions and 21 deletions
21
.vscode/tasks.json
vendored
21
.vscode/tasks.json
vendored
|
|
@ -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"
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue