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

fix: library pane crash with option symbolgen #1098

Closed scnwwu closed 2 months ago

scnwwu commented 2 months ago

Summary Fix #1012 Put the start tag in the same statement with macro resolution so that it will be after the extra log produced by options symbolgen

Testing Test case in #1012

Zhirong2022 commented 2 months ago

There is no error "Element with id .SASHELP is already registered" and the library pane is shown as expected without crash.