{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": ".NET Core Launch (web)", "type": "clr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceFolder}/src/nuget-host/bin/Debug/netcoreapp2.1/nuget-host.dll", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, "requireExactSource": false, "serverReadyAction": { "action": "openExternally", "pattern": "\\\\bNow listening on:\\\\s+(https?://\\\\S+)" }, "env": { "ASPNETCORE_ENVIRONMENT": "Development" }, "sourceFileMap": { "/Views": "${workspaceFolder}/src/nuget-host/Views" } }, { "name": ".NET Core Launch (prod)", "type": "clr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceFolder}/src/nuget-host/bin/Debug/netcoreapp2.1/nuget-host.dll", "args": [], "cwd": "${workspaceFolder}/src/nuget-host/", "stopAtEntry": false, "requireExactSource": false, "serverReadyAction": { "action": "openExternally", "pattern": "\\\\bNow listening on:\\\\s+(https?://\\\\S+)" }, "env": { "ASPNETCORE_ENVIRONMENT": "Production" }, "sourceFileMap": { "/Views": "${workspaceFolder}/src/nuget-host/Views" } } ] }