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
Working with Cisco .cfg configuration export files.
The linux "file" command reports the file as: ASCII text, with CRLF, CR line terminators.
VSCode reports the file as UTF-8 CRLF.
Notepad++ shows every line in a file ends with CRCRLF.
The issue goes away if I change the line endings with a command.
Steps to reproduce:
Get a file with CRCRLF line endings.
Search for string in Search menu
Click on Search results in any file
Code will jump into wrong line most of the time
After closing and opening that file in editor and cliking again will solve the problem for that file only
Yes, it seems that, according to that comment, we don't support mixed line endings, at least for find/search. I would prefer that the find functionality support this before search does.
Type: Bug
Working with Cisco .cfg configuration export files.
The linux "file" command reports the file as: ASCII text, with CRLF, CR line terminators.
VSCode reports the file as UTF-8 CRLF.
Notepad++ shows every line in a file ends with CRCRLF.
The issue goes away if I change the line endings with a command.
Steps to reproduce:
Looks the same as #32547
VS Code version: Code 1.85.1 (0ee08df, 2023-12-13T09:49:37.021Z)
OS version: Windows_NT x64 10.0.19042
The text was updated successfully, but these errors were encountered: