diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2b9f232..3874899 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,9 +11,9 @@ "NODE_EXTRA_CA_CERTS": "/usr/local/share/ca-certificates/sophos.crt" }, // Add bash_history - "mounts": [ - "source=devcontainer-bash-history,target=/home/node/.bash_history,type=volume" - ], + "mounts": [ + "source=projectname-bashhistory,target=/commandhistory,type=volume" + ], // Configure tool-specific properties. "customizations": { // Configure properties specific to VS Code.