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

Paths outside project #84

Open alexgg-developer opened 2 years ago

alexgg-developer commented 2 years ago

Is there a way to search in paths in a level upwards your vschromium file. eg:

C:/repositories/external_lib C:/repositories/project/vs-chromium-project.txt

So i can search in external_lib too?

I tried unsucessfully: C:/repositories/external_lib and ../external_lib

silverweed commented 1 year ago

I second this: the ability to scan arbitrary folders would be very useful. (This is probably a duplicate of https://github.com/chromium/vs-chromium/issues/48)