{ "version": "2.0.0", "tasks": [ { "label": "Format Code", "type": "shell", "command": "./devel/format_code.sh", "group": { "kind": "build", "isDefault": true }, "presentation": { "reveal": "always", "panel": "shared" }, "problemMatcher": [] } ] }