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: workaround compute log display issues #1151

Closed smorrisj closed 3 months ago

smorrisj commented 3 months ago

Summary Simple workaround to introduce a newline at the end of the postamble to ensure that the last bit of log displays properly in the given error scenario. We'll be following up internally with the compute api team to understand why this is required.

Testing Sample program from #963 for 9x and Viya connections.

Zhirong2022 commented 3 months ago

The issue was fixed. Log contents can be fully shown on output log panel with Viya connection.