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 your feature request related to a problem? Please describe.
I do a lot of addons with the help of JSONte and often I do a little snippets of molang, that I template in some places so an example of it would be
Somehow even in .templ files, the molang diagnoser kicks in when it sees q.is_item_name_any and I get a bunch of errors like Molang expression is complex and should end with a ';'.
Describe the solution you'd like
I'd like the diagnoser to only consider actual file extensions used in raw files like .json and maybe add a configuration to add more if someone desires so. Alternatively it could be a list of disabled extensions and patterns (for example I would do *.templ,*.modl,packs/data/jsonte/*.json)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I do a lot of addons with the help of JSONte and often I do a little snippets of molang, that I template in some places so an example of it would be
Somehow even in
.templ
files, the molang diagnoser kicks in when it seesq.is_item_name_any
and I get a bunch of errors likeMolang expression is complex and should end with a ';'
.Describe the solution you'd like
I'd like the diagnoser to only consider actual file extensions used in raw files like
.json
and maybe add a configuration to add more if someone desires so. Alternatively it could be a list of disabled extensions and patterns (for example I would do*.templ,*.modl,packs/data/jsonte/*.json
)The text was updated successfully, but these errors were encountered: