lune-org/lune

Lune requires are not understood by luau-lsp

Closed this issue · 2 comments

image
The file this is in is placed in C:/Projects/Roblox/.../lune/libs, so it just appends @lune/fs hoping to find it.

Luckily you don't need to actually require all some of the apis to use them, but it is done in every example.
(the serde and roblox apis do need to be required to be used)

Currently blocked on luau-lang/luau#877 , will hopefully get resolved soon

Latest release (0.6.7) fixes this issue.