{ "typescript.tsdk": "node_modules\\typescript\\lib", "sqltools.connections": [ { "previewLimit": 50, "server": "localhost", "port": 5432, "driver": "PostgreSQL", "name": "DB", "database": "postgres", "username": "postgres", "password": "rootpost" } ], "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit", "source.fixAll.biome": "explicit", "source.organizeImports.biome": "explicit" } }