chromium / vs-chromium

A Visual Studio extension containing a collection of tools to help contributing code to the Chromium project.
BSD 3-Clause "New" or "Revised" License
311 stars 90 forks source link

"Unload Project" action on "Source Explorer" deadlocks vstudio #77

Closed gorlak closed 3 years ago

gorlak commented 3 years ago

I wasn't sure where they "Source Explorer" in my sln was coming from. I suspected it of killing performance of Solution Explorer's filter box feature (which is very nice!).

I tried to "Unload Project" on it, and visual studio went into a tailspin.

I eventually found out that you can disable this special project, that is synthesized by vs-chromium, in Tools > Options. It would be nice to toggle the preference upon "Unload Project". And possibly present a message box that this preference is being disabled, and where it can be turned back on.

gorlak commented 3 years ago

I neglected to report that immediately after doing this visual studio responds with: The operation could not be completed. The parameter is incorrect. Also, I am mistaken, this does eventually complete, no the process is not deadlocked. Apologies