15 lines
388 B
JSON
15 lines
388 B
JSON
{
|
|
"rust-analyzer.showUnlinkedFileNotification": false,
|
|
"sqltools.connections": [
|
|
{
|
|
"previewLimit": 50,
|
|
"server": "postgresql",
|
|
"port": 5432,
|
|
"askForPassword": true,
|
|
"driver": "PostgreSQL",
|
|
"name": "hangitbot",
|
|
"database": "hangitbot",
|
|
"username": "hangitbot"
|
|
}
|
|
]
|
|
} |