fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
459 stars 10 forks source link

New "Open in Rider" shortcut in "Open in" menu is spammy #2083

Closed kaynn closed 8 months ago

kaynn commented 9 months ago

in the unity game engine, csproj are created at the root of the project. also, it generates one csproj per assembly.

with a big project with dozens of assembly, this leads to an HUGE number of project, hiding the important shortcuts we've added

image

maybe there should be a way to disable this behavior?

visual studio doesnt have this issue because it only adds an entry for sln, not csproj

thanks

DanPristupov commented 9 months ago

Thank you for sharing 👍

DanPristupov commented 9 months ago

Now Fork adds entires for .csproj for VS as well.

Do you have .sln and .csproj files in the same directory? Probably Fork should add .csproj only when there's no .sln file.

kaynn commented 9 months ago

we have .sln as well (at the very bottom) image

DanPristupov commented 9 months ago

We just released Fork 1.92 which shows .csprojs only if there are no .sln files