Skip to content

Commit

Permalink
Add shellcheck extension to dev container (radius-project#7963)
Browse files Browse the repository at this point in the history
# Description

Adds the shell check extension to the dev container. See
https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck.

## Type of change

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

Fixes: N/A

@rynowak FYI

Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
  • Loading branch information
brooke-hamilton authored Nov 14, 2024
1 parent 125b9fd commit 70ff3f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/contributor/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
},
Expand Down

0 comments on commit 70ff3f8

Please sign in to comment.