sassoftware / vscode-sas-extension

This SAS Extension for Visual Studio Code provides support for the SAS language, including features such as SAS syntax highlighting, code completion, hover help, code folding, outline, SAS code snippets and run SAS code.
https://sassoftware.github.io/vscode-sas-extension/
Apache License 2.0
121 stars 48 forks source link

fix: trim prompt line in ssh #1190

Closed scnwwu closed 2 months ago

scnwwu commented 2 months ago

Summary Fix #1070 In SSH connection, if a data stream line ends with ?, it's a SAS prompt line and not part of SAS log. It appears that in some rare cases, there'll be trailing white spaces after ?. I don't know why but let's simply trim it.

Testing Test case in #1070

ShermanWang0324 commented 2 months ago

@Zhirong2022 help to test this, the reported issue is fixed. fixed