From 7278347eb6825e2092bd4c93e172a89e9f99e613 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:03:07 +0000 Subject: [PATCH] Add shellcheck extension to dev container Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- .devcontainer/contributor/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/contributor/devcontainer.json b/.devcontainer/contributor/devcontainer.json index c7aff43310..9162955ee5 100644 --- a/.devcontainer/contributor/devcontainer.json +++ b/.devcontainer/contributor/devcontainer.json @@ -37,7 +37,8 @@ "ms-azuretools.vscode-bicep", "ms-kubernetes-tools.vscode-kubernetes-tools", "ms-azuretools.vscode-dapr", - "ms-vscode.makefile-tools" + "ms-vscode.makefile-tools", + "timonwong.shellcheck" ] } },