We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdc212 commit f9f5181Copy full SHA for f9f5181
.devcontainer/devcontainer.json
@@ -2,7 +2,9 @@
2
"name": "Docker Dev Container",
3
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
4
"features": {
5
- "ghcr.io/devcontainers-community/npm-features/prettier:1": {},
+ "ghcr.io/devcontainers-community/npm-features/prettier:1": {
6
+ "plugins": "prettier-plugin-sh prettier-plugin-jinja-template"
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": {},
0 commit comments