diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 72760b0..84e4103 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,6 +10,10 @@ "containerEnv": { "NODE_EXTRA_CA_CERTS": "/usr/local/share/ca-certificates/sophos.crt" }, + // Add bash_history + "mounts": [ + "source=devcontainer-bash-history,target=/root/.bash_history,type=volume" + ], // Configure tool-specific properties. "customizations": { // Configure properties specific to VS Code.