Skip to content

[Table Properties] Properties page not updated to show the latest change of the table #1674

@Zhirong2022

Description

@Zhirong2022

Describe the bug

Open VSC SAS Extension base on Main branch. Run some SAS code to create a table and show its property page. Update the SAS code which has some properties changes and create the table again, open the property page. The page is not updated to show the latest change since they share the same page.

Steps to reproduce

1.Open VSC
2.New a .sas file
3.Type some code (#1 code)
4.run code
5.Open property page and keep it showing there
6.Update code and run again (#2 code)
7.Open property page

SAS code (if applicable)

#1 code
data work.test;
    input Date: Date9. Country :$13. Actual: 10. Name: $1000.;
    datalines;
08May2017 USA 1000000 test
;

#2 code
option validvarname=any VALIDMEMNAME=EXTEND;

data work.test;
    input 日期: Date9. 国家 :$13. 实际销售 :10. 名称: $1000.;
    datalines;
08May2017 USA 1000000 test
;

Expected behavior

Property page is update to date.

Screenshots

Image

Client OS

No response

Extension version

v1.17.0

SAS version

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions