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
Type Checking, Completion, Diagnostics/Syntax Checking, Hover
Expected Behaviour
When you hover over some item, it should display the type information about said item. At the same time as this bug, all other diagnostics and completions are gone.
Actual Behaviour
When hovering over an item, it displays loading..., and this continues on for an unreasonably long time (1 min+). As well as this, no autocomplete functionality works, and no diagnostics or syntax errors are given.
Reproduction steps
I was unable to make a minimum repo, I've instead uploaded the project to github. This bug occurs whenever any item is hovered.
The unusually long loading time may be due to an excessive amount of files being loaded. See "How can I improve startup speeds" in the wiki. Please check if you are including any libraries globally as this is a large contributor to load times.
I believe the file causing the issue is libs/luau_ast/nodes.lua as it is by far the largest file with the most complex type information, even though the file is relatively small.
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, Completion, Diagnostics/Syntax Checking, Hover
Expected Behaviour
When you hover over some item, it should display the type information about said item. At the same time as this bug, all other diagnostics and completions are gone.
Actual Behaviour
When hovering over an item, it displays
loading...
, and this continues on for an unreasonably long time (1 min+). As well as this, no autocomplete functionality works, and no diagnostics or syntax errors are given.Reproduction steps
I was unable to make a minimum repo, I've instead uploaded the project to github. This bug occurs whenever any item is hovered.
Additional Notes
No response
Log File
file_d%3A_Moonworks.log
The text was updated successfully, but these errors were encountered: