CoatiSoftware / vs-sourcetrail

Visual Studio Extension to communicate with Sourcetrail and generate a JSON Compilation Database from a Visual Studio Solution
Apache License 2.0
118 stars 43 forks source link

Fix ';'-delimited path parsing. #30

Closed aholkner closed 7 years ago

aholkner commented 7 years ago

Strip whitespace from each item after splitting on semicolon. This fixes exceptions raised due to CR/LF characters appearing in paths (which can be introduced when project properties are provided via .props file).

mlangkabel commented 7 years ago

@aholkner thank you for creating this pull request! Your changes are looking good. We can merge them right away.