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?

0
3 comments

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.

1

I have updated the `launchSettings.json`  but it is still opening the browser. :(
 

 

0

Hello, Dinbtechit 

Are you looking at the same run config in the launchsettings.json and the Run configuration window? We could help you investigate if it would be possible for you to share full screenshots where we can cross-reference the settings. Kindly submit a new support ticket using Help | Contact Support action and we'll continue our communication there. 

0

Please sign in to leave a comment.