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
Is there a way to disable Lua Diagnostics.(undefined-field) for a certain class?
I'd like to keep all other functionality of ---@class without forcing users to do ---@diagnostic disable: undefined-field.
Simple example:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to disable
Lua Diagnostics.(undefined-field)
for a certain class?I'd like to keep all other functionality of
---@class
without forcing users to do---@diagnostic disable: undefined-field
.Simple example:
Beta Was this translation helpful? Give feedback.
All reactions