You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In certain code scenarios (and possibly other situations), after running the code, the Problems tab at the bottom of VSCode does not refresh its content based on the logs.
Steps to reproduce
First, write some incorrect code in test.sas to make the "problem tab" display error or warning messages.
Then, in test.sas, write a specific runnable code snippet. After execution, the "problem bar" fails to refresh according to the latest logs. At this point, users may mistakenly believe their previous error remains unresolved (particularly with complex code, where users prioritize the problem bar's content over log details).
tip: Perhaps this error message will be helpful to you.:
+++It is worth mentioning that this error currently only occurs in version 1.15.0, and earlier versions do not have this issue.