{ "version": "2.0.0", "tasks": [ { "label": "Run Jekyll Server", "type": "shell", "command": "./tools/run.sh", "group": { "kind": "build", "isDefault": true }, "problemMatcher": [], "detail": "Runs the Jekyll server with live reload." }, { "label": "Build Jekyll Site", "type": "shell", "command": "./tools/test.sh", "group": { "kind": "build" }, "problemMatcher": [], "detail": "Build the Jekyll site for production." } ] }