Browse Source

feat(devcontainer): add postCreateCommand for Prettier installation

* Added `postCreateCommand` to install Prettier and related plugins.
* Ensures that the development environment is set up with necessary tools.
repo-sync/main
Daniel Gibbs 2 days ago
parent
commit
646657418b
Failed to extract signature
  1. 3
      .devcontainer/devcontainer.json

3
.devcontainer/devcontainer.json

@ -23,5 +23,6 @@
"yzhang.markdown-all-in-one" "yzhang.markdown-all-in-one"
] ]
} }
} },
"postCreateCommand": "npm init -y >/dev/null 2>&1 || true && npm install --no-save prettier prettier-plugin-sh prettier-plugin-jinja-template"
} }

Loading…
Cancel
Save