You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this, it really made my life better, I got so annoyed by VS popping up with the "inconsistent line endings" message.
After a first trial run on a large F# project, I found a few issues, though (running the latest stable of VS2017):
When logging is on, it always shows "changed 0 of xxx line endings", even when multiple lines were changed in any particular file. When it doesn't need to change anything, it says "no need to change this file"
On the end, it shows a message box, even when thousands of lines were changed, it always shows:
It crashes (but only when many lines are changed, when nothing needs to be changed, it doesn't crash), with VS showing a message to check the activity log. Clicking OK lets the tool continue
The message box at the end sometimes shows, sometimes doesn't
Sometimes it just stops, without the success message in the log. Doing it again will process the rest of the files
None of the above seem to break the basic functionality, pretty neat how it works, but I thought I'd let you know nonetheless.
The text was updated successfully, but these errors were encountered:
Thanks for this, it really made my life better, I got so annoyed by VS popping up with the "inconsistent line endings" message.
After a first trial run on a large F# project, I found a few issues, though (running the latest stable of VS2017):
None of the above seem to break the basic functionality, pretty neat how it works, but I thought I'd let you know nonetheless.
The text was updated successfully, but these errors were encountered: