From 634d0cee79a56372300737c099f810a7a1de7b07 Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Mon, 4 Mar 2024 15:16:39 +0000 Subject: [PATCH] New script should be called with source --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2ffa468..e0a5529 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Terraform AzureCLI and Kubectl", - "postAttachCommand": "bash .devcontainer/script.sh", + "postAttachCommand": "source .devcontainer/script.sh", "customizations": { "vscode": { "extensions": [ @@ -25,4 +25,4 @@ "ghcr.io/dhoeric/features/stern:1": {}, "ghcr.io/devcontainers-contrib/features/kubectx-kubens:1": {} } -} \ No newline at end of file +}