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
Lazydev.nvim uses the workspace/configuration call to set the lua-language-server configuration at runtime. This allows it to add libraries to the language server only as necessary. Would it be possible for emmylua-analyzer to support this call to get a subset of the .emmyrc.json from the client? And support making the call to neovim if available? (currently VSCode only)
As far as I can tell, it also makes use of the DidConfigurationChange event to tell the LSP to refetch the configuration.
The text was updated successfully, but these errors were encountered:
Saghen
changed the title
workspace/configuration for .emmyrc.jsonworkspace/configuration for .emmyrc.jsonJan 22, 2025
I tried to support the relevant configuration, but I don't have a test environment. Additionally, it is generally not common to actively synchronize the configuration to the language server from the client. I see that this is the case in VSCode.
Lazydev.nvim uses the
workspace/configuration
call to set thelua-language-server
configuration at runtime. This allows it to add libraries to the language server only as necessary. Would it be possible for emmylua-analyzer to support this call to get a subset of the.emmyrc.json
from the client? And support making the call to neovim if available? (currently VSCode only)As far as I can tell, it also makes use of the
DidConfigurationChange
event to tell the LSP to refetch the configuration.The text was updated successfully, but these errors were encountered: