Skip to content

Commit 6d059ec

Browse files
authored
feat: add devcontainer configuration (VoltAgent#658)
* feat: add devcontainer configuration for TypeScript and Node.js environment * feat: update devcontainer configuration with VSCode customizations and onCreateCommand * fix: format devcontainer.json for consistency
1 parent 352cb70 commit 6d059ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/typescript-node:22",
3+
"customizations": {
4+
"vscode": {
5+
"extensions": ["biomejs.biome", "esbenp.prettier-vscode"]
6+
}
7+
},
8+
// https://github.com/pnpm/pnpm/issues/5803#issuecomment-1360641459
9+
"onCreateCommand": "pnpm config set store-dir /home/node/.local/share/pnpm/store && pnpm install"
10+
}

0 commit comments

Comments
 (0)