diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 8cdcc7fc7..eb6e2b34a 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -71,7 +71,7 @@ "description": "Preserve shell history across dev container instances? (Currently supports bash, zsh, and fish)" } }, - "postCreateCommand": "ls -la ${containerWorkspaceFolder} && export DEVCONTAINER_ID=${devcontainerId} && chmod +x /tmp/setup_history.sh && . /tmp/setup_history.sh", + "postCreateCommand": "ls -la ${containerWorkspaceFolder}/.devcontainer && export DEVCONTAINER_ID=${devcontainerId} && chmod +x /tmp/setup_history.sh && . /tmp/setup_history.sh", "mounts": [{ "source": "devcontainers", "target": "/devcontainers",