{ "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" } ] }