Files
2025-05-01 12:18:49 +02:00

21 lines
434 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "JSON zusammenführen",
"type": "shell",
"command": "python merge_json.py",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared"
},
"problemMatcher": []
}
]
}