infoalloggi-monorepo/apps/infoalloggi/.vscode/settings.json

16 lines
315 B
JSON
Raw Normal View History

2025-08-04 17:45:44 +02:00
{
2025-08-28 18:27:07 +02:00
"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,
2025-08-04 17:45:44 +02:00
}