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
Hovering above lib yields 3 bytes, and only finds the path if either the file has not been loaded or no extra workspace library directory has been found.
How are you using the lua-language-server?
NeoVim
Which OS are you using?
Windows
What is the issue affecting?
Completion, Hover, Libraries
Expected Behaviour
Hovering above
lib
should findlua/lib.lua
.Actual Behaviour
Hovering above
lib
yields3 bytes
, and only finds the path if either the file has not been loaded or no extra workspace library directory has been found.Reproduction steps
cmd/test.lua
lua/lib.lua
cmd/test.lua
Additional Notes
I could not reproduce this behaviour in VSCode.
Log File
Log file generated using the reproduction steps: https://pastebin.com/4VXMJjjB
The text was updated successfully, but these errors were encountered: