0

I have a bunch of compound run / debug configurations, each containing about 20 profiles, a lot of which overlap.

Every time I ran a compound configuration where some projects were already running I had to press the cancel button about 15 times in order to prevent already running projects from stopping.

Today I noticed the Don't show this again checkbox, so I checked it and clicked cancel, expecting it to always cancel. Now, instead of keeping all my projects running, it stops all of them.

How do I get this dialog back, or switch it to not stop projects that are already running?

Stephen Oberauer
  • 5,237
  • 6
  • 53
  • 75

1 Answers1

0

I received an answer from Rider Support:

To restore the notification, open the file .idea/workspace.xml from your project root, and set the value to true in the following parameter:

<property name="restartRequiresConfirmation" value="false" />
Pang
  • 9,564
  • 146
  • 81
  • 122
Stephen Oberauer
  • 5,237
  • 6
  • 53
  • 75