yavsc/.vscode/settings.json

15 lines
316 B
JSON
Raw Normal View History

2025-03-02 16:53:36 +00:00
{
2025-07-14 18:58:04 +01:00
"dotnet-test-explorer.testProjectPath": "test/**/*Tests.csproj",
2025-03-02 16:53:36 +00:00
"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
}