Files
TwitchDropsMiner/.vscode/tasks.json
2021-12-03 17:48:51 +01:00

21 lines
508 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Build App",
"type": "shell",
"command": "build.bat",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"showReuseMessage": false
}
}
]
}