Add vscode task for garlandtools-dump
continuous-integration/drone/push Build is passing Details

This commit is contained in:
MashPotato 2023-01-12 18:52:59 -07:00
parent 3a231983a7
commit b9b4de233e
1 changed files with 10 additions and 0 deletions

10
.vscode/tasks.json vendored
View File

@ -12,6 +12,16 @@
"kind": "build",
"isDefault": true
}
},
{
"label": "garlandtools-dump",
"type": "shell",
"command": "cd garlandtools-dump && ./regenerate.sh",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]
}