fix devcontainer package installs

This commit is contained in:
edideaur 2026-04-02 09:58:49 +00:00 committed by GitHub
parent d789de3f6f
commit fd4267a03e

View file

@ -4,7 +4,7 @@
"context": "..",
"dockerfile": "./Dockerfile"
},
"postCreateCommand": "git config --local core.editor \"code --wait\" && git config --local commit.gpgsign false && npm install && bun install",
"postCreateCommand": "git config --local core.editor \"code --wait\" && git config --local commit.gpgsign false && bun install",
"customizations": {
"vscode": {
"extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "anthropic.claude-code"]