Skip to content

Commit 01268c0

Browse files
committed
chore: synced local './' with remote 'bash/'
1 parent 9bf35e1 commit 01268c0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "BASH Dev Container",
3+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
4+
"features": {
5+
"ghcr.io/devcontainers-community/npm-features/prettier:1": {},
6+
"ghcr.io/devcontainers-extra/features/actionlint:1": {},
7+
"ghcr.io/devcontainers-extra/features/checkov:1": {},
8+
"ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {},
9+
"ghcr.io/devcontainers-extra/features/shellcheck:1": {},
10+
"ghcr.io/devcontainers-extra/features/yamllint:2": {},
11+
"ghcr.io/devcontainers/features/github-cli:1": {}
12+
},
13+
"customizations": {
14+
"vscode": {
15+
"extensions": [
16+
"DavidAnson.vscode-markdownlint",
17+
"github.vscode-github-actions",
18+
"GitHub.vscode-pull-request-github",
19+
"hashicorp.terraform",
20+
"ms-azuretools.vscode-azureterraform",
21+
"redhat.vscode-yaml",
22+
"timonwong.shellcheck",
23+
"yzhang.markdown-all-in-one"
24+
]
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)