diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 6c9ab5623..8f74c4819 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -71,15 +71,17 @@ "description": "Preserve shell history across dev container instances? (Currently supports bash, zsh, and fish)" } }, - "postCreateCommand": "export DEVCONTAINER_ID=${devcontainerId} && chmod +x /tmp/setup_history.sh && . /tmp/setup_history.sh", + "postCreateCommand": "ls -la ${containerWorkspaceFolder}/.devcontainer/common-utils && ls -la ${containerWorkspaceFolder}/.devcontainer/common-utils/scripts && export DEVCONTAINER_ID=${devcontainerId} && chmod +x /tmp/setup_history.sh && . /tmp/setup_history.sh", "mounts": [{ "source": "devcontainers", "target": "/devcontainers", "type": "volume" - }, - { - "source": "${containerWorkspaceFolder}/.devcontainer/common-utils/scripts/setup_history.sh", - "target": "/tmp/setup_history.sh", - "type": "bind" - }] + } + // , + // { + // "source": "${containerWorkspaceFolder}/.devcontainer/common-utils/scripts/setup_history.sh", + // "target": "/tmp/setup_history.sh", + // "type": "bind" + // } +] } \ No newline at end of file