{ "version": "2.0.0", "tasks": [ { "label": "Compile Paper", "type": "shell", "command": "./devel/compile_paper.sh", "group": "build", "presentation": { "reveal": "always", "panel": "new" }, "problemMatcher": [] }, { "label": "Generate Posts Index", "type": "shell", "command": "./devel/generate_posts_index.sh", "group": "build", "presentation": { "reveal": "silent", "panel": "shared" }, "problemMatcher": [] }, { "label": "Format Code", "type": "shell", "command": "./devel/format_code.sh", "group": { "kind": "build", "isDefault": true }, "presentation": { "reveal": "always", "panel": "shared" }, "problemMatcher": [] }, { "label": "Web UI Dev Server", "type": "shell", "command": "cd web-ui && npm run dev", "group": { "kind": "build", "isDefault": true }, "presentation": { "reveal": "always", "panel": "new" }, "problemMatcher": [] } ] }