diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 891f2ec4e..3af06cc10 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -71,7 +71,9 @@ "description": "Preserve shell history across dev container instances? (Currently supports bash, zsh, and fish)" } }, - "mounts": [ - "source=devcontainers,target=/devcontainers,type=volume" - ] + "mounts": [{ + "source": "devcontainers", + "target": "/devcontainers", + "type": "volume" + }] } \ No newline at end of file