microsoft / sarif-visualstudio-extension

SARIF Microsoft Visual Studio Viewer Extension
MIT License
46 stars 19 forks source link

Updating code finder to better work with multi line snippets #612

Closed edkazcarlson-ms closed 1 year ago

edkazcarlson-ms commented 1 year ago

Previously our code finder had only been used with single line snippets. However due to new scenarios, we are encountering snippets that are multi line and so we have to update the code finder algorithm to be more resistant to the different line endings (ex: \r\n vs \r vs \n) as well as modify the ending line number so the highlight spans the correct number of lines.

edkazcarlson-ms commented 1 year ago

@EasyRhinoMSFT / @yongyan-gh just want to make sure this PR doesn't get buried