yavsc/.vscode/settings.json

43 lines
1.1 KiB
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",
2026-06-25 20:22:41 +01:00
2025-03-02 16:53:36 +00:00
"cSpell.words": [
"appsettings",
2026-02-22 19:54:10 +00:00
"asciidoctor",
2026-06-06 21:10:48 +01:00
"ASPNETCORE",
2026-06-07 00:54:08 +01:00
"Configurabilité",
2025-07-15 15:49:48 +01:00
"Cratie",
2026-05-30 15:41:59 +01:00
"DESTDIR",
2026-06-06 21:10:48 +01:00
"dotnet",
"DOTNET",
2026-06-25 20:22:41 +01:00
"ecdsa",
2026-06-06 21:10:48 +01:00
"envsubst",
2025-03-02 16:53:36 +00:00
"Newtonsoft",
"Npgsql",
2026-07-12 16:14:37 +01:00
"PKCE",
2026-06-20 15:01:03 +01:00
"postit",
2026-06-07 07:06:40 +01:00
"pschneider",
2026-06-06 21:10:48 +01:00
"SLNDIR",
2026-06-07 00:54:08 +01:00
"validable",
2026-06-06 21:10:48 +01:00
"www-data",
"yavsc",
2025-03-02 16:53:36 +00:00
"Yavsc"
2025-03-04 18:05:21 +00:00
],
"cSpell.reportUnknownWords": true,
2026-06-12 12:34:02 +01:00
"cSpell.language": "fr,en",
2026-06-25 23:55:52 +01:00
"makefile.configureOnOpen": false,
"search.useGlobalIgnoreFiles": true,
2026-07-04 19:49:48 +01:00
"search.useParentIgnoreFiles": true,
"chat.mcp.serverSampling": {
"yavsc/.vscode/mcp.json: openclaw": {
"allowedModels": [
"copilot/auto",
"copilotcli/claude-haiku-4.5",
"copilotcli/gpt-4.1",
"copilotcli/gpt-5-mini",
2026-07-06 19:19:28 +01:00
"copilotcli/mai-code-1-flash-picker",
"copilotcli/gpt-5.3-codex"
2026-07-04 19:49:48 +01:00
]
}
}
2025-03-02 16:53:36 +00:00
}