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
Describe the bug
I have a large template Lua file with around thousands of functions in it. Unfortunately the language server can't keep up with the large file and it hangs up for couple of seconds.
To Reproduce
Steps to reproduce the behavior:
Place the Lua file from the archive anywhere in your workspace native.zip
Try to type some function: native.somefunctionamehere
Expected behavior
It shouldn't take ten seconds to search for the function
Environment (please complete the following information):
OS: Windows 10, 64 bit
Is WSL remote? No
Client: VSCode
The text was updated successfully, but these errors were encountered:
Oh, looks like there is another bug, some of the functions aren't shown in the list when I'm typing, but it get recognized when I hover the function :(
(changed the class name to nativea to check if it's a cache issue)
Describe the bug
I have a large template Lua file with around thousands of functions in it. Unfortunately the language server can't keep up with the large file and it hangs up for couple of seconds.
To Reproduce
Steps to reproduce the behavior:
native.somefunctionamehere
Expected behavior
It shouldn't take ten seconds to search for the function
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: