vscode-ltex
vscode-ltex copied to clipboard
should follow `Files: Eol`
Describe the bug
In Windows, even thou the Files: Eol
is set to LF
, the ltex.*
files are still created with CRLF
.
Steps to reproduce Steps to reproduce the behavior:
In Windows, set Files: Eol
to \n
and then use the extension.
Add some words in the dictionary and observe the file created with CRLF
abcde // just a file with unknown word so you can add it to the dictionary
LTeX configuration
no LTeX setting
"LTeX Language Server" log file
not applicable
Version information
- Operating system: Windows 11
- VS Code: 1.67.0
- vscode-ltex: 13.1.0
- Java: 17.0.2
Additional context/information
btw, I notice that from time to time, there is a java.exe
locked a file handle, preventing files to be deleted. I'm suspecting may be this extension is causing that.