Why "After Lunch" check box is disabled
Answered
The "After Lunch" check box is disabled when I use ".Net Launch Settings Profile", One of the project I can't choose to open browser, and another one I can't choose to not open browser.
How do I fix this?
Please sign in to leave a comment.
For anyone who has the same issue:
The run configuration is generated from your launchSettings.json file, see https://blog.jetbrains.com/dotnet/2018/11/08/using-net-core-launchsettings-json-rundebug-apps-rider/. That is why some of the fields are not editable from the dialog. Here is the feature request for this case: https://youtrack.jetbrains.com/issue/RIDER-23217
As a workaround, you can open your launchsettings.json file and add "launchBrowser": true manually to the appropriate place.