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

Table viewer does not display variable names and sorting does not work #1114

Closed mikejmc3 closed 1 month ago

mikejmc3 commented 2 months ago

Describe the bug The SAS extension table viewer displays the character/numeric type of each variable in a SAS data set, but it does not display the variable name or the label.

Steps to reproduce I see this same behavior in both SAS 9.4 (local installation) as well as Viya 4 (currently on version 2024.06).

  1. Sign into SAS.
  2. Open CARS table under SASHELP library.
  3. Observe that no variable names or labels are displayed, and viewer does not allow sorting of any columns.

Expected behavior Table viewer should display either variable names or labels.

Screenshots table_screenshot

Environment: Client OS: Windows 11 Extension version: v1.10.1 Visual Studio Code version: 1.91.1 SAS version: Tested using both SAS 9.4 (local) and Viya 4 (2024.06)