|
|
|
@ -83,6 +83,20 @@
|
|
|
|
"action": "openExternally",
|
|
|
|
"action": "openExternally",
|
|
|
|
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
|
|
|
|
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "web core",
|
|
|
|
|
|
|
|
"type": "coreclr",
|
|
|
|
|
|
|
|
"request": "launch",
|
|
|
|
|
|
|
|
"program": "${workspaceFolder}/src/Yavsc/bin/Debug/net8.0/Yavsc.dll",
|
|
|
|
|
|
|
|
"env": {
|
|
|
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"cwd": "${workspaceFolder}/src/Yavsc",
|
|
|
|
|
|
|
|
"serverReadyAction": {
|
|
|
|
|
|
|
|
"action": "openExternally",
|
|
|
|
|
|
|
|
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|