From 76d048b0b89ebcfc751784bafda0e4ab70bf7e24 Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Sun, 3 Nov 2024 00:29:44 +0000 Subject: [PATCH] change to mounts formatting --- src/common-utils/devcontainer-feature.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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