File tree Expand file tree Collapse file tree 4 files changed +49
-5
lines changed Expand file tree Collapse file tree 4 files changed +49
-5
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+ "plugins" : " prettier-plugin-sh"
7+ },
8+ "ghcr.io/devcontainers-extra/features/actionlint:1" : {},
9+ "ghcr.io/devcontainers-extra/features/checkov:1" : {},
10+ "ghcr.io/devcontainers-extra/features/markdownlint-cli:1" : {},
11+ "ghcr.io/devcontainers-extra/features/shellcheck:1" : {},
12+ "ghcr.io/devcontainers-extra/features/yamllint:2" : {},
13+ "ghcr.io/devcontainers/features/github-cli:1" : {}
14+ },
15+ "customizations" : {
16+ "vscode" : {
17+ "extensions" : [
18+ " DavidAnson.vscode-markdownlint" ,
19+ " editorconfig.editorconfig" ,
20+ " esbenp.prettier-vscode" ,
21+ " github.vscode-github-actions" ,
22+ " GitHub.vscode-pull-request-github" ,
23+ " redhat.vscode-yaml" ,
24+ " timonwong.shellcheck" ,
25+ " yzhang.markdown-all-in-one"
26+ ]
27+ }
28+ },
29+ "postCreateCommand" : " npm init -y >/dev/null 2>&1 || true && npm install --no-save prettier prettier-plugin-sh prettier-plugin-jinja-template"
30+ }
Original file line number Diff line number Diff line change 1- .vscode /settings.json
2- /node_modules
1+ # Visual Studio Code
2+ .vscode /*
3+ ! .vscode /tasks.json
4+ ! .vscode /launch.json
5+ ! .vscode /extensions.json
6+ ! .vscode /* .code-snippets
7+ .history /
8+ * .vsix
9+
10+ # Node.js
11+ node_modules
Original file line number Diff line number Diff line change 1+ {
2+ "plugins" : [" prettier-plugin-sh" ]
3+ }
Original file line number Diff line number Diff line change 11{
22 "recommendations" : [
3- " ms-python.python " ,
3+ " DavidAnson.vscode-markdownlint " ,
44 " editorconfig.editorconfig" ,
5- " yzhang.markdown-all-in-one" ,
65 " esbenp.prettier-vscode" ,
6+ " github.vscode-github-actions" ,
7+ " GitHub.vscode-pull-request-github" ,
8+ " redhat.vscode-yaml" ,
79 " timonwong.shellcheck" ,
8- " redhat.vscode-yaml "
10+ " yzhang.markdown-all-in-one "
911 ]
1012}
You can’t perform that action at this time.
0 commit comments