16 lines
No EOL
315 B
JSON
16 lines
No EOL
315 B
JSON
{
|
|
"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,
|
|
} |