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

Default vs-chromium-project.txt hides some Chromium source files #90

Open randomascii opened 1 year ago

randomascii commented 1 year ago

The default vs-chromium-project.txt file - shown at https://github.com/chromium/vs-chromium/blob/master/vs-chromium-project.txt - contains a .ignore line of Debug/

Unfortunately that causes files such as base/debug/stack_trace_win.cc to be filtered out. This caused some confusion today when looking for Chromium's StackTrace class.

Either the filtering needs to be case-sensitive (not practical at this point except as opting-in for particular directories) or that line should be removed.