lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

Class not recognized when not opening

Open DragoonKiller opened this issue 6 months ago • 6 comments

How are you using the lua-language-server?

Visual Studio Code Extension (sumneko.lua)

Which OS are you using?

Windows

What is the issue affecting?

Type Checking

Expected Behaviour

AttachNode is recognized as global and class.

Actual Behaviour

https://github.com/user-attachments/assets/d16ea267-6734-40a8-973c-13f9a6b46b32

Reproduction steps

I've no idea, maybe this is relative to my project.

Additional Notes

vscode settings are set to

    "Lua.workspace.maxPreload": 500000,
    "Lua.workspace.preloadFileSize": 500000,

Log File

file_s%3A_Work_Projects_Project-H.log

DragoonKiller avatar Apr 23 '25 17:04 DragoonKiller