diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1284aeaa5..b6b6a237e 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -25,6 +25,13 @@ "command": "vendor/bin/php-cs-fixer fix", "problemMatcher": [], }, + { + "label": "Bake", + "type": "shell", + "options": {}, + "command": "php bakery bake", + "problemMatcher": [], + }, { "label": "Serve", "type": "shell",