Skip to content

Commit

Permalink
New script should be called with source
Browse files Browse the repository at this point in the history
  • Loading branch information
zioproto committed Mar 4, 2024
1 parent 0b3d0fe commit 634d0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Terraform AzureCLI and Kubectl",
"postAttachCommand": "bash .devcontainer/script.sh",
"postAttachCommand": "source .devcontainer/script.sh",
"customizations": {
"vscode": {
"extensions": [
Expand All @@ -25,4 +25,4 @@
"ghcr.io/dhoeric/features/stern:1": {},
"ghcr.io/devcontainers-contrib/features/kubectx-kubens:1": {}
}
}
}

0 comments on commit 634d0ce

Please sign in to comment.