yavsc/.vscode/settings.json

23 lines
528 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",
2026-02-22 19:54:10 +00:00
"asciidoctor",
2025-07-15 15:49:48 +01:00
"Cratie",
2026-05-30 15:41:59 +01:00
"DESTDIR",
2025-03-02 16:53:36 +00:00
"Newtonsoft",
"Npgsql",
"Yavsc"
2025-03-04 18:05:21 +00:00
],
"cSpell.dictionaries": [
"fr"
],
"cSpell.reportUnknownWords": true,
2026-04-19 16:02:50 +01:00
"cSpell.language": "fr,fr-FR,en,en-GB",
"chat.tools.terminal.autoApprove": {
"dotnet test": true
2026-05-24 00:59:38 +01:00
},
2026-06-04 22:04:20 +01:00
"makefile.configureOnOpen": false,
"chat.disableAIFeatures": false
2025-03-02 16:53:36 +00:00
}