Update .devcontainer/devcontainer.json

This commit is contained in:
2025-01-30 11:26:19 +01:00
parent 19c1f47356
commit 4ff701c33e

View File

@@ -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.