Skip to content

Commit 61d72f4

Browse files
feat(devcontainer): automatically install UI extension for duckdb
1 parent c74864f commit 61d72f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ghcr.io/eitsupi/devcontainer-features/duckdb-cli:1": {}
1212
},
1313

14-
"postCreateCommand": "uv sync && uv run dbt deps && uv run python scripts/download_data.py --defaults",
14+
"postCreateCommand": "uv sync && uv run dbt deps && uv run python scripts/download_data.py --defaults && duckdb -c 'INSTALL ui FROM core_nightly;'",
1515

1616
"customizations": {
1717
"vscode": {

0 commit comments

Comments
 (0)