Update .devcontainer/devcontainer.json

This commit is contained in:
2025-01-30 11:15:01 +01:00
parent 4c11153ba4
commit fdb321c6d6

View File

@@ -12,7 +12,7 @@
}, },
// Add bash_history // Add bash_history
"mounts": [ "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. // Configure tool-specific properties.
"customizations": { "customizations": {