Don't open browser when debugging.

This commit is contained in:
Robert Marshall 2021-05-09 07:32:29 +01:00
parent 4f3f75dd37
commit 55d70e35a1

View file

@ -17,7 +17,7 @@
}, },
"Robware.Api.Blog": { "Robware.Api.Blog": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": false,
"launchUrl": "weatherforecast", "launchUrl": "weatherforecast",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"