最萌小汐
最萌小汐
Strange, I still cannot reproduce it. I will look into it tomorrow.
Please apply this patch and provide the logs, see https://github.com/sumneko/lua-language-server/wiki/FAQ#where-can-i-find-the-log-file
Could you please provide a log with existing `.luarc.json` ?
What confusing me is that in design, if the values of `workspace/library` are different between `.luarc.json` and `client config`, the value in `.luarc.json` should be applied and the value in...
Please move the parameter `--loglevel=trace` into your command line instead of `misc.parameters` (it is used for VSCode only)
> If I start lua with > > ```json > { > "workspace.library": [] > } > ``` > > then it doesn't get updated. If any other key is...
VSCode will perform a secondary filter based on the submitted text and the text near the cursor to reject obviously incorrect items. I will check to see if I fell...
See https://microsoft.github.io/language-server-protocol/implementors/tools/
This language server is based on LSP. The page aboved list the clients which supports LSP. If IntelliJ or other Jetbrains IDE dose not be listed in it, you can...
Add `---@diagnostic disable-next-line: duplicate-set-field` before your function.