mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-01-01 09:10:26 -06:00
28 lines
728 B
JSON
28 lines
728 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",
|
|
"qwtel.sqlite-viewer"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "curl -fsSL https://bun.sh/install | bash"
|
|
} |