From eee9e7fcac36b7a168127a7e164b17921b9d1fba Mon Sep 17 00:00:00 2001 From: Dieter Blocher Date: Thu, 30 Jan 2025 13:28:09 +0100 Subject: [PATCH] Update .devcontainer/devcontainer.json --- .devcontainer/devcontainer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 32dd4f4..5e7d703 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=projectname-bashhistory,target=/commandhistory,type=volume" - ], + //"mounts": [ + // "source=projectname-bashhistory,target=/commandhistory,type=volume" + //], // Configure tool-specific properties. "customizations": { // Configure properties specific to VS Code. @@ -29,9 +29,9 @@ // "forwardPorts": [3000, 27017], // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "yarn install", - "postCreateCommand": { - "Fix Volume Permissions": "sudo chown -R $(whoami): /commandhistory" - } + // "postCreateCommand": { + // "Fix Volume Permissions": "sudo chown -R $(whoami): /commandhistory" + // } // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" } \ No newline at end of file