30 lines
661 B
JSON
30 lines
661 B
JSON
{
|
|
"dotnet-test-explorer.testProjectPath": "test/**/*Tests.csproj",
|
|
|
|
"cSpell.words": [
|
|
"appsettings",
|
|
"asciidoctor",
|
|
"ASPNETCORE",
|
|
"Cratie",
|
|
"DESTDIR",
|
|
"dotnet",
|
|
"DOTNET",
|
|
"envsubst",
|
|
"Newtonsoft",
|
|
"Npgsql",
|
|
"SLNDIR",
|
|
"www-data",
|
|
"yavsc",
|
|
"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
|
|
}
|