From 4ff701c33e00d23406be12475c10a61d1916533e Mon Sep 17 00:00:00 2001 From: Dieter Blocher Date: Thu, 30 Jan 2025 11:26:19 +0100 Subject: [PATCH] Update .devcontainer/devcontainer.json --- .devcontainer/devcontainer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2b9f232..3874899 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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.