{ "version": "2.0.0", "tasks": [ { "label": "Hugo Serve", "type": "shell", "command": "hugo", "args": ["serve"], "group": { "kind": "build", "isDefault": true }, "problemMatcher": [], "detail": "Sert le site Hugo localement" } ] }