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

27 lines
708 B
JSON
Raw Permalink 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"
},
"files.autoSave": "off",
"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",
2026-05-06 16:18:25 +02:00
"tinymist.fontPaths": ["${workspaceFolder}/typst/fonts"],
"js/ts.preferences.importModuleSpecifier": "non-relative"
2025-08-04 17:45:44 +02:00
}