diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f8f2525..871def8 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,6 +4,9 @@ "features": { "ghcr.io/devcontainers/features/docker-in-docker:2.0.1": {}, }, + "mounts": [ + "source=${localEnv:HOME}/.aws,target=${env:HOME}/.aws,type=bind,consistency=cached" + ], "containerEnv": { "TF_PLUGIN_CACHE_DIR": "/workspaces/terraform-docker-artifact-packager/.devcontainer/tmp/.terraform.d/" }, @@ -28,6 +31,7 @@ "dbaeumer.vscode-eslint", "editorconfig.editorconfig", "github.copilot", + "github.copilot-chat", "github.vscode-github-actions", "hashicorp.terraform", "ms-azuretools.vscode-docker",