1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-11-08 17:36:54 +00:00
nextcloud-breeze-dark/.vscode/tasks.json
2020-08-08 22:29:04 +02:00

18 lines
436 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "create release",
"type": "shell",
"command": "./create_release.sh",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}