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

Reset cell log upon cell submit in sasnb #1080

Closed Criptic closed 3 months ago

Criptic commented 4 months ago

Is your feature request related to a problem? Please describe. When I submit a cell the previous log output is not cleared away automatically but remains in the cells output until the next run has concluded.

Describe the solution you'd like Upon submitting the cell, the previous output/log should be cleared away.

Describe alternatives you've considered I have started to clear the cell output before submitting it.

Additional context This would be a behavior similiar to how Jupyter Notebooks work.

Environment SAS version: SAS Viya 2024.06 SAS Extension for VS Code version: 1.10.0