lua-ls-cc-tweaked icon indicating copy to clipboard operation
lua-ls-cc-tweaked copied to clipboard

Undefined field/global errors

Open TimoXBeR opened this issue 8 months ago • 0 comments

Any time I try using a global or a function of a global, autocompletion works, but it returns undefined error.

Image

Here's another example from Basalt files:

Image

I already tried adding settings.json file to workspace with {"Lua.workspace.library": ["C:/Users/user/Documents/lua-libs/CC-Tweaked/library"]} in it, but still didn't work.

TimoXBeR avatar Mar 19 '25 11:03 TimoXBeR