27 lines
595 B
JSON
27 lines
595 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"
|
|
],
|
|
"cSpell.dictionaries": [
|
|
"fr"
|
|
],
|
|
"cSpell.reportUnknownWords": true,
|
|
"cSpell.language": "fr,fr-FR,en,en-GB"
|
|
}
|