23 lines
528 B
JSON
23 lines
528 B
JSON
{
|
|
"dotnet-test-explorer.testProjectPath": "test/**/*Tests.csproj",
|
|
|
|
"cSpell.words": [
|
|
"appsettings",
|
|
"asciidoctor",
|
|
"Cratie",
|
|
"DESTDIR",
|
|
"Newtonsoft",
|
|
"Npgsql",
|
|
"Yavsc"
|
|
],
|
|
"cSpell.dictionaries": [
|
|
"fr"
|
|
],
|
|
"cSpell.reportUnknownWords": true,
|
|
"cSpell.language": "fr,fr-FR,en,en-GB",
|
|
"chat.tools.terminal.autoApprove": {
|
|
"dotnet test": true
|
|
},
|
|
"makefile.configureOnOpen": false,
|
|
"chat.disableAIFeatures": false
|
|
}
|