diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 41acc4f..2b9f232 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=bind" + "source=devcontainer-bash-history,target=/home/node/.bash_history,type=volume" ], // Configure tool-specific properties. "customizations": {