Describe the bug
Open VSC SAS Extension base on Main branch. Run some SAS code to create a table. Open property page, some technical information is missing.
Steps to reproduce
1.Open VSC
2.New a .sas file
3.Type some code
4.run code
5.Open property page
SAS code (if applicable)
data work.test;
input Date: Date9. Country :$13. Actual: 10. Name: $1000.;
datalines;
08May2017 USA 1000000 test
;
Expected behavior
Technical information is shown as expected with IOM/COM connection
Screenshots
Client OS
No response
Extension version
v1.17.0
SAS version
No response
Additional context
No response