When I run "dotnet watch run --launch-profile Watch" the project starts, but no browser launched.
launchSettings.json, profile Watch:
"Watch": {
"commandName": "Project",
"executablePath": "C:\\Program Files\\dotnet\\dotnet.exe",
"workingDirectory": "$(ProjectDir)",
"launchBrowser": true,
"launchUrl": "https://localhost:5001/",
"applicationUrl": "https://localhost:5001/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}