Closed gcampbell-msft closed 2 weeks ago
Notating here that there may be more work to do to make the regex smarter, for example, we may want to only do this if it's a standalone "\", if it's "\" at the end of a line, we may not want to do this
TODO: This comment indicates that this doesn't yet fix the issue: https://github.com/microsoft/vscode-makefile-tools/issues/628#issuecomment-2407783475
@moyo1997 Ping for review, thanks!
Fixes #628
Fixes the parsing of the line continuation character.