hangitbot/.vscode/settings.json

15 lines
388 B
JSON
Raw Normal View History

2023-12-24 10:48:40 +00:00
{
2024-01-13 04:43:07 +00:00
"rust-analyzer.showUnlinkedFileNotification": false,
"sqltools.connections": [
{
"previewLimit": 50,
"server": "postgresql",
"port": 5432,
"askForPassword": true,
"driver": "PostgreSQL",
"name": "hangitbot",
"database": "hangitbot",
"username": "hangitbot"
}
]
2023-12-24 10:48:40 +00:00
}