File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 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+ " esbenp.prettier-vscode" ,
18+ " github.vscode-github-actions" ,
19+ " GitHub.vscode-pull-request-github" ,
20+ " redhat.vscode-yaml" ,
21+ " yzhang.markdown-all-in-one"
22+ ]
23+ }
24+ }
25+ }
Original file line number Diff line number Diff line change 1+ {
2+ "plugins" : [" prettier-plugin-sh" ]
3+ }
You can’t perform that action at this time.
0 commit comments