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

Source code indexing chokes when bad ntfs junctions are present #5

Closed nick-chromium closed 9 years ago

nick-chromium commented 10 years ago

vs-chromium indexing fails (and has always failed) on my main chromium client. The indexer seems to choke on some invalid ntfs junction points that szager tells me might be left around from a time when this client was using the submodules workflow.

I could clean the junk up, but I think it's better to teach vs-chromium to ignore the errors, since it might occur on other clients too. I have a patch ready.

rpaquay commented 9 years ago

This has been fixed in the latest version (https://github.com/chromium/vs-chromium/releases/tag/v0.9.9)