{ "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": [] } ] }