2025-03-02 16:53:36 +00:00
|
|
|
{
|
2025-06-08 14:41:50 +01:00
|
|
|
"dotnet-test-explorer.testProjectPath": "**/*Tests.@(csproj|vbproj|fsproj)",
|
2025-03-02 16:53:36 +00:00
|
|
|
"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"
|
2025-03-04 18:05:21 +00:00
|
|
|
],
|
|
|
|
|
"cSpell.dictionaries": [
|
|
|
|
|
"fr"
|
|
|
|
|
],
|
|
|
|
|
"cSpell.reportUnknownWords": true,
|
|
|
|
|
"cSpell.language": "fr,fr-FR,en,en-GB"
|
2025-03-02 16:53:36 +00:00
|
|
|
}
|