mein-sterntours/.vscode/tasks.json

12 lines
No EOL
314 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "post-update-cmd",
"type": "shell",
"command": "composer run-script post-update-cmd",
}
]
}