Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistency between column title on table viewer and dataset variable name #1117

Closed
Zhirong2022 opened this issue Jul 26, 2024 · 0 comments · Fixed by #1115
Closed

Inconsistency between column title on table viewer and dataset variable name #1117

Zhirong2022 opened this issue Jul 26, 2024 · 0 comments · Fixed by #1115
Labels
bug Something isn't working

Comments

@Zhirong2022
Copy link
Collaborator

Zhirong2022 commented Jul 26, 2024

Describe the bug
Open VSC SAS Extension with version 1.10.0 to check the issue. It would be beneficial to the programmer if the column title is consistent with the variable name in dataset.

Steps to reproduce
1.Open table CARS under SASHELP
2.Type code below to show variable name of CARS table

proc contents data=sashelp.cars;
run;

Expected behavior
Column title on table viewer is consistent with the variable name in dataset

Screenshots
image

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

@Zhirong2022 Zhirong2022 added the bug Something isn't working label Jul 26, 2024
@scnwwu scnwwu linked a pull request Jul 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant