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
I have recently noticed that files and annotations in my Lua.workspace.library are no longer being loaded by the server as of 3.2.5.
It seems to work properly in 3.2.4, but not in newer releases. I'm attaching logs from 3.2.4 and 3.3.0 that include the server logs and editor RPC logs (if they seem too cluttered, let me know, and I can split them up). My settings are the same for each, but notice that in 3.2.4, many files are preloaded, while in 3.3.0 they are not (the behavior is roughly the same for 3.2.5..3.3.0).
Environment (please complete the following information):
Ah, I have figured it out. In 735210c the handling of this field was changed from table<string, boolean> to string[] (pairs vs ipairs). Any existing configurations using the old style (like mine) are probably broken.
Describe the bug
Hello 👋
I have recently noticed that files and annotations in my
Lua.workspace.library
are no longer being loaded by the server as of 3.2.5.It seems to work properly in 3.2.4, but not in newer releases. I'm attaching logs from 3.2.4 and 3.3.0 that include the server logs and editor RPC logs (if they seem too cluttered, let me know, and I can split them up). My settings are the same for each, but notice that in 3.2.4, many files are preloaded, while in 3.3.0 they are not (the behavior is roughly the same for 3.2.5..3.3.0).
Environment (please complete the following information):
3_2_4.log
3_3_0.log
Any help is appreciated, thank you!
The text was updated successfully, but these errors were encountered: