2025-08-04 17:45:44 +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,
|
|
|
|
|
"editor.codeActionsOnSave": {
|
2025-08-28 17:11:59 +02:00
|
|
|
"source.fixAll.eslint": "explicit",
|
|
|
|
|
"source.fixAll.biome": "explicit",
|
|
|
|
|
"source.organizeImports.biome": "explicit"
|
2025-08-04 17:45:44 +02:00
|
|
|
}
|
|
|
|
|
}
|