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
Fixes wrong semantic tokens for cases where a local variable is named like a different symbol
it's now easier to spot invalid code by looking at the semantic highlighting
wrong type in comparison, ItMi_Gold-Instance was expected:
Correct type of instance has different highlight
Fixes semantic highlighting in assignment contexts
Now it's easier to spot if a parameter or global variable/constant is being modified in an assignment