{ "sqltools.connections": [ { "previewLimit": 50, "server": "localhost", "driver": "PostgreSQL", "name": "School Project", "connectString": "postgresql://postgres:postgres@db.schoolproject.orb.local:5432/schoolproject", "database": "schoolproject", "username": "postgres", "password": "postgres" } ], "sqltools.results.reuseTabs": "connection", "files.exclude": { "**/.env*": true, "**/.next": true, "**/.pnpm-store": true, "**/biome.jsonc": true, "**/next-env.d.ts": true, "**/node_modules": true, "**/pnpm-*": true, "**/README.md": true, "**/tsconfig.json": true, "docker/ConnectionTests": true, "docker/db-database": true } }