a banner
This commit is contained in:
parent
dcf2a93ad0
commit
197f9f90bb
7 changed files with 10 additions and 32 deletions
21
.vscode/launch.json
vendored
21
.vscode/launch.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue