use the helper
This commit is contained in:
parent
69e81b9fd4
commit
aabbbc1fea
6 changed files with 13 additions and 18 deletions
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
|
@ -46,7 +46,10 @@
|
|||
"name": "C#: Yavsc.Org Debug",
|
||||
"type": "dotnet",
|
||||
"request": "launch",
|
||||
"projectPath": "${workspaceFolder}/src/Yavsc.Org/Yavsc.Org.csproj"
|
||||
"projectPath": "${workspaceFolder}/src/Yavsc.Org/Yavsc.Org.csproj",
|
||||
"env": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Yavsc.Org",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue