Files
metabuilder/postgres/.vscode/extensions.json
johndoe6345789 a51130a127 feat: Add external low-code and postgres repositories
- codegen: Low-code React app with JSON-driven component system
- packagerepo: Schema-driven package repository with backend/frontend
- postgres: Next.js app with Drizzle ORM and PostgreSQL

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 16:48:52 +00:00

15 lines
322 B
JSON

{
"recommendations": [
"dbaeumer.vscode-eslint",
"mikestead.dotenv",
"bradlc.vscode-tailwindcss",
"vitest.explorer",
"humao.rest-client",
"yoavbls.pretty-ts-errors",
"ms-playwright.playwright",
"github.vscode-github-actions",
"lokalise.i18n-ally",
"ms-ossdata.vscode-pgsql"
]
}