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"
|
|
|
|
|
},
|
2026-03-25 11:28:54 +01:00
|
|
|
"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
|
|
|
}
|
|
|
|
|
],
|
2026-03-12 16:27:24 +01:00
|
|
|
"js/ts.tsdk.path": "node_modules\\typescript\\lib",
|
|
|
|
|
"biome.lsp.trace.server": "verbose",
|
2026-04-01 10:44:46 +02:00
|
|
|
"tinymist.fontPaths": ["${workspaceFolder}/typst/fonts"]
|
2025-08-04 17:45:44 +02:00
|
|
|
}
|