Skip to content

Commit

Permalink
add extension (#5465)
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank authored Dec 19, 2024
1 parent 59a1346 commit 3f68caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Primer React",
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:22",
"extensions": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint", "DavidAnson.vscode-markdownlint"],
"extensions": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint", "DavidAnson.vscode-markdownlint", "hex-ci.stylelint-plus"],
"forwardPorts": [8000],
"onCreateCommand": ["/bin/bash", "-c", "npm run setup"],
"remoteUser": "node",
Expand Down

0 comments on commit 3f68caf

Please sign in to comment.