Skip to content

Commit

Permalink
chore: config radashi cli and vscode extension in dev containers
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlonPassos-git committed Aug 24, 2024
1 parent 3f90726 commit 040e269
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
14 changes: 10 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers-contrib/features/pnpm": {
"version": "9.1.3"
"version": "9.8.0"
},
"ghcr.io/joshuanianji/devcontainer-features/mount-pnpm-store": {}
"ghcr.io/joshuanianji/devcontainer-features/mount-pnpm-store": {},
"ghcr.io/devcontainers-contrib/features/npm-package": {
"package": "radashi-helper",
"version": "latest"
}
},
"postCreateCommand": "pnpm i",
"postStartCommand": "pnpm i",
"customizations": {
"vscode": {
"extensions": [
"vitest.explorer",
"biomejs.biome",
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
"streetsidesoftware.code-spell-checker",
"aleclarson.radashi"
]
}
}
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"vitest.explorer",
"biomejs.biome",
"esbenp.prettier-vscode",
"streetsidesoftware.code-spell-checker"
"streetsidesoftware.code-spell-checker",
"aleclarson.radashi"
]
}

0 comments on commit 040e269

Please sign in to comment.