boocs / ue4-intellisense-fixes

Automatically fixes VSCode/Unreal Engine Intellisense Config bugs on startup
MIT License
162 stars 9 forks source link

[#15] Detect non-quoted .rsp file references #16

Closed yggie closed 2 years ago

yggie commented 2 years ago

Closes https://github.com/boocs/ue4-intellisense-fixes/issues/15

Supports non-quoted rsp file references while parsing the compileCommand files. A simple one-line update to the regex used to parse the commands

boocs commented 2 years ago

Thanks for the fix!