This commit is contained in:
Paul Schneider 2026-06-19 13:46:17 +01:00
commit 197f9f90bb
7 changed files with 10 additions and 32 deletions

21
.vscode/launch.json vendored
View file

@ -65,27 +65,6 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
{
"name": "Yavsc.Org",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build-web",
"program": "${workspaceFolder}/src/Yavsc.Org/bin/Debug/net10.0/Yavsc.Org.dll",
"args": [],
"cwd": "${workspaceFolder}/src/Yavsc.Org",
"stopAtEntry": false,
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\bNow listening on:\\s+(https://\\S+)"
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"envFile": "${workspaceFolder}/.env",
"sourceFileMap": {
"/Views": "${workspaceFolder}/src/Yavsc.Org/Views"
}
},
{
"name": "cli",
"type": "coreclr",

View file

@ -22,9 +22,5 @@
],
"cSpell.reportUnknownWords": true,
"cSpell.language": "fr,en",
"chat.tools.terminal.autoApprove": {
"dotnet test": true
},
"makefile.configureOnOpen": false,
"chat.disableAIFeatures": true
"makefile.configureOnOpen": false
}