diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d9609a4fe..2f2728e89 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,9 +3,9 @@ "build": { "dockerfile": "Dockerfile" }, - "features": { - "ghcr.io/devcontainers/features/github-cli:1": {} - }, + "features": { + "ghcr.io/devcontainers/features/github-cli:1": {} + }, "postCreateCommand": "gh repo set-default DataRecce/jaffle_shop_duckdb && run_id=$(gh run list --workflow \"Jaffle Shop Recce CI\" --status success --limit 1 --json databaseId --jq '.[0].databaseId') && gh run download $run_id -n duckdb", "postStartCommand": "recce server --cloud --review" }