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 work with the Binding of Isaac Lua API which holds a lot of enumeration tables, many well over 100 items. The most recent update (3.13.8) added the following change:
CHG when analyzing the literal table, only the first 100 items are analyzed at most
Now any table items past 100 give warnings showing they're unknown when typing them outside of the file they were created in. This table length should be configurable to change the number, and/or the option to disable it altogether, allowing for as many items as the table holds like with previous versions.
epfly6, catinsurance, AutisticGoat, WinterSolstice8, claywar and 6 more