Describe the bug
I am using the SAS VS Code extension and connecting to a SAS server running on Linux via IOM mode.
When I save a SAS source code file, all empty lines are automatically trimmed, regardless of my VS Code editor settings.
This behavior occurs consistently and ignores VS Code configurations such as:
- files.trimTrailingWhitespace
- files.insertFinalNewline
- editor.trimAutoWhitespace
The issue doesn't occur when connecting through SAS EG client.
Steps to reproduce
- Connect to SAS server through IOM mode
- Create/Edit any code/txt file with empty lines.
- Save and close.
- Reopen the file the empty lines are gone.
SAS code (if applicable)
Expected behavior
Empty lines should be preserved when saving the file.
Screenshots
No response
Client OS
Windows 11
Extension version
1.18.0
SAS version
SAS 9.4
Additional context
No response