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
117 stars 47 forks source link

It keeps refreshing SASUSER lib after running some code with SASHELP, SASUSER and WORK lib nodes are on expanded status (SAS94 IOM and Local) #1022

Closed Zhirong2022 closed 1 month ago

Zhirong2022 commented 3 months ago

Describe the bug Open VSC SAS Extension base on main branch. Change profile to a SAS9.4 local connection or SAS9.4(remote-IOM), click SAS logo and sign in to show library list. Expand SASHELP, SASUSER and WORK, run some code. It keeps refreshing SASUSER without further response.

Steps to reproduce

  1. Open VSC SAS Extension
  2. Change profile to SAS9.4(locale) or SAS9.4(remote-IOM)
  3. Click SAS logo and sign in to show library list
  4. Expand SASHELP, SHAUSER, WORK
  5. Run some code like
    proc sgplot data=sashelp.class;
    histogram age;
    run;

Expected behavior The library data can be processed properly in such scenario

Screenshots image

Environment (please complete the following information): Client OS: [e.g. Windows 11] Extension version: [e.g. v1.9.0]