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
EG: for creating an entity-ghost, the "inner_name" field is required, but it's not required for creating a highlight-box...
If it's not possible for the checker to identify the type of entity being created, I would prefer it to only check for the main parameters to avoid false-positives.
I'm also not sure why the warning appears twice?
The text was updated successfully, but these errors were encountered:
fmtk 1.1.38 will have these types split up properly, to reduce the silly warnings on here.
Wild stab in the dark, double warnings probably means having somehow ended up with doubled up library entries in your config (copied&mangled config from another workspace?)
Wild stab in the dark, double warnings probably means having somehow ended up with doubled up library entries in your config (copied&mangled config from another workspace?)
Yes - many of my workspaces settings.json files were old, copied & messy. My edits made things worse, so I nuked all setting.json, semneko, fmtk & the whole vscode workspaceStorage folder under %appdata%.
I installed sumneko 3.7.0 (as per #102) to trigger the fmtk workspace popups, and now all is well (no duplicate warnings now).
Cheers.
LuaSurface.create_entity() has different required fields depending on the type entity being created.
EG: for creating an entity-ghost, the "inner_name" field is required, but it's not required for creating a highlight-box...

If it's not possible for the checker to identify the type of entity being created, I would prefer it to only check for the main parameters to avoid false-positives.
I'm also not sure why the warning appears twice?
The text was updated successfully, but these errors were encountered: