Wumpf / IncludeToolbox

Visual Studio extension to format, prune, and inspect include directives.
https://marketplace.visualstudio.com/items?itemName=Wumpf.IncludeToolbox
MIT License
51 stars 22 forks source link

include what you use does not work if include path contains '/' in the end #56

Open salos1982 opened 6 years ago

salos1982 commented 6 years ago

if there are multiple include directories and the first one ends with '/' and there also include directories with spaces, iwyu returns error that it cannot find directories

codingdave commented 6 years ago

Please check if pull request #59 fixes your issue as well.