Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua.workspace.library files not preloaded since >3.2.4 #1220

Closed
flrgh opened this issue Jun 16, 2022 · 1 comment
Closed

Lua.workspace.library files not preloaded since >3.2.4 #1220

flrgh opened this issue Jun 16, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@flrgh
Copy link
Contributor

flrgh commented Jun 16, 2022

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):

  • OS: Fedora Linux
  • Is WSL remote? N/A
  • Client: neovim

3_2_4.log
3_3_0.log

Any help is appreciated, thank you!

@flrgh
Copy link
Contributor Author

flrgh commented Jun 17, 2022

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.

@sumneko sumneko added the bug Something isn't working label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants