{ "version": "0.2.0", "configurations": [ { "name": "Fuchs: Debug ASP.NET Core", "type": "coreclr", "request": "launch", "preLaunchTask": "build Fuchs", "program": "${workspaceFolder}/Fuchs/bin/Debug/net10.0/Fuchs.dll", "args": [], "cwd": "${workspaceFolder}/Fuchs", "stopAtEntry": false, "justMyCode": true, "serverReadyAction": { "action": "openExternally", "pattern": "\\bNow listening on:\\s+(https?://\\S+)", "uriFormat": "%s" }, "env": { "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_URLS": "https://localhost:63661;http://localhost:63662" }, "sourceFileMap": { "/Views": "${workspaceFolder}/Fuchs/Views" } } ] }