Files
yavsc/.vscode/settings.json
2025-03-02 16:53:56 +00:00

22 lines
463 B
JSON

{
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "yavscdev",
"group": "yavsc",
"database": "YavscDev",
"username": "yavscdev",
"password": "admin"
}
],
"cSpell.words": [
"appsettings",
"Newtonsoft",
"Npgsql",
"Yavsc"
]
}