Files
QuickStack/.devcontainer/devcontainer.json
2024-10-17 08:51:31 +00:00

27 lines
701 B
JSON

{
"name": "quick-stack",
"dockerComposeFile": "./docker.compose.yml",
"service": "vscode-container",
"workspaceFolder": "/workspace",
"shutdownAction": "stopCompose",
"customizations": {
"vscode": {
"extensions": [
"Orta.vscode-jest",
"Prisma.prisma",
"pflannery.vscode-versionlens",
"github.vscode-github-actions",
"bradlc.vscode-tailwindcss",
"GitHub.copilot",
"GitHub.copilot-chat",
"oven.bun-vscode",
"christian-kohler.path-intellisense",
"esbenp.prettier-vscode",
"VisualStudioExptTeam.vscodeintellicode",
"mhutchie.git-graph",
"donjayamanne.githistory"
]
}
},
"postCreateCommand": "curl -fsSL https://bun.sh/install | bash"
}