Tencent / LuaHelper

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

rawset(_G, "Cache", Cache) #97

Open wuxianyuedu opened 2 years ago

wuxianyuedu commented 2 years ago

请问这种写法设置全局变量,可以支持下吗 rawset(_G, "Cache", Cache), 这样些用到Cache的地方会提示 [Warn type:2], var not define: Cache