Line feeds should be forced to CRLF in test messages #17111
Labels
area-testing
bug
Issue identified by VS Code Team member as probable bug
important
Issue identified as high-priority
partner ask
Milestone
Testing #17040
It looks like we should force CRLF here.
str.replace(/(?<!\r)\n/gm, '\r\n')
worksThe text was updated successfully, but these errors were encountered: