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

24 lines
564 B
JSON
Raw Normal View History

2025-08-04 17:45:44 +02:00
{
2025-08-29 16:18:32 +02:00
"editor.codeActionsOnSave": {
2025-10-21 16:57:59 +02:00
"source.organizeImports.biome": "explicit",
2025-08-29 16:18:32 +02:00
"source.fixAll.biome": "explicit"
},
"editor.formatOnPaste": false,
"editor.formatOnType": false,
2025-08-29 16:18:32 +02:00
"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
}
],
"js/ts.tsdk.path": "node_modules\\typescript\\lib",
"biome.lsp.trace.server": "verbose",
2025-08-04 17:45:44 +02:00
}