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
310 stars 88 forks source link

Solution Explorer sometimes throws exception loading children nodes #67

Closed rpaquay closed 4 years ago

rpaquay commented 4 years ago

In some case, root nodes in VsHierarchy have an empty path, as they are used as "Fake" nodes in the tree. There are cases when Visual Studio (or an extension, such as Resharper) tries to enumerate the child nodes of such "fake" root nodes. VsChromium currently throws and logs and exception. VsChromium should instead return an empty list, as it is the convention for such cases.

rpaquay commented 4 years ago

Fixed in version 0.9.36