Exclude Shared Run/Launch Configurations from Solution File
How do I configure Rider to exclude the shared run/launch configurations? Not all engineers use Rider and have no desire to include non-solution settings in the solution file. The following “GlobalSection” keeps showing up as a diff.GlobalSection(RiderSharedRunConfigurations) = postSolution
File = .run\my\run\configuration.run.xml
EndGlobalSection
I see this YouTrack ticket from 3 years ago that says “fixed” but how?
Thanks in advance
Please sign in to leave a comment.
Could you try to delete the
.idea
folder in solution root, invalidate IDE caches (File | Invalidate Caches) and reload the solution in Rider?Tried to reproduce the problem, but it's not performed as your description. I attached the frontend project to the solution and enabled indexing on it.
If you can reproduce the issue in a sample solution, please share it and I will investigate further.
Please upload the file to our server and share the ID.
Hi,
I uploaded a file. A quick video demonstrating the problem and how to reproduce it. It seems that once you make a nested folder inside the “.run” directory it appears in the solution file.
Yes, I verified the issue with nested information. The corresponding YouTrack ticket has been reopened, we will share the investigation in the ticket.