Add tab completion to devcontainer uv

Co-authored-by: Simon Emms <simon@simonemms.com>
This commit is contained in:
Dan Davison
2025-07-30 12:31:00 -04:00
committed by GitHub
parent 0375509722
commit a3b7bdd84b

View File

@@ -3,7 +3,9 @@
"name": "Temporal AI Agentic Demo",
"features": {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/va-h/devcontainers-features/uv:1": {},
"ghcr.io/va-h/devcontainers-features/uv:1": {
"shellautocompletion": true
},
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers-extra/features/temporal-cli:1": {},
"ghcr.io/mrsimonemms/devcontainers/tcld:1": {}