diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2b9f232..41acc4f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,7 @@ }, // Add bash_history "mounts": [ - "source=devcontainer-bash-history,target=/home/node/.bash_history,type=volume" + "source=devcontainer-bash-history,target=/home/node/.bash_history,type=bind" ], // Configure tool-specific properties. "customizations": {