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
I will have to address this eventually, but for now I would recommend to give unique names to classes, or not include multiple mods in the same workspace.
Describe the bug
If you have multiple utility classes across different packages with the same name:
and try to access default variables:
extension will show class hints only for one of the packages. For others it will warn
variable
does not exist on typeMYMod_2.Settings
.Screenshots
The text was updated successfully, but these errors were encountered: