20 lines
No EOL
416 B
JSON
20 lines
No EOL
416 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.biome": "explicit"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"npm.exclude": "**/.next/**",
|
|
"sqltools.connections": [
|
|
{
|
|
"database": "postgres",
|
|
"driver": "PostgreSQL",
|
|
"name": "DB",
|
|
"password": "rootpost",
|
|
"port": 5432,
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"username": "postgres"
|
|
}
|
|
],
|
|
"typescript.tsdk": "node_modules\\typescript\\lib"
|
|
} |