You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
868 B
31 lines
868 B
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": ".NET Core Launch (web)",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
// "preLaunchTask": "npm: dotnet-build",
|
|
"program": "${workspaceFolder}/src/SSCMS.Web/bin/Debug/net8.0/SSCMS.Web.dll",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/src/SSCMS.Web/bin/Debug/net8.0/",
|
|
"stopAtEntry": false,
|
|
"serverReadyAction": {
|
|
"action": "openExternally",
|
|
"pattern": "\\bNow listening on:\\s+(https?://\\S+)",
|
|
"uriFormat": "%s/ss-admin/",
|
|
},
|
|
"env": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"sourceFileMap": {
|
|
"/Views": "${workspaceFolder}/Views"
|
|
}
|
|
},
|
|
{
|
|
"name": ".NET Core Attach",
|
|
"type": "coreclr",
|
|
"request": "attach"
|
|
}
|
|
]
|
|
}
|