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

20 lines
416 B
JSON
Raw Normal View History

2025-08-04 17:45:44 +02:00
{
2025-08-29 16:18:32 +02:00
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit"
},
"editor.formatOnSave": true,
"npm.exclude": "**/.next/**",
2025-08-28 18:27:07 +02:00
"sqltools.connections": [
{
2025-08-29 16:18:32 +02:00
"database": "postgres",
2025-08-28 18:27:07 +02:00
"driver": "PostgreSQL",
"name": "DB",
2025-08-29 16:18:32 +02:00
"password": "rootpost",
"port": 5432,
"previewLimit": 50,
"server": "localhost",
"username": "postgres"
2025-08-28 18:27:07 +02:00
}
],
2025-08-29 16:18:32 +02:00
"typescript.tsdk": "node_modules\\typescript\\lib"
2025-08-04 17:45:44 +02:00
}