Tencent / LuaHelper

LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
Other
617 stars 93 forks source link

Function with variable number of parameters -> problem #134

Open DaveInDev opened 1 year ago

DaveInDev commented 1 year ago

Hi, thanks for your work ! But functions with variable number of parameters (like "print") returns a problem if they are called with more than 1 parameter. Example : print(1, 2) [Warn type:10], print call func param num(2) > func define param num(1) Do you have a solution for that ? Or can I disable globally this function problem detection ?

yinfei8 commented 1 year ago

Hi, Thank you for using it. You can disable it like this. image