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.
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.
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