Skip to content

Commit f9f5181

Browse files
committed
chore: synced local './' with remote 'docker/'
1 parent 4bdc212 commit f9f5181

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "Docker Dev Container",
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
44
"features": {
5-
"ghcr.io/devcontainers-community/npm-features/prettier:1": {},
5+
"ghcr.io/devcontainers-community/npm-features/prettier:1": {
6+
"plugins": "prettier-plugin-sh prettier-plugin-jinja-template"
7+
},
68
"ghcr.io/devcontainers-extra/features/actionlint:1": {},
79
"ghcr.io/devcontainers-extra/features/checkov:1": {},
810
"ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {},

0 commit comments

Comments
 (0)