Carlo Sala
Carlo Sala
I also see I'm getting this error, it looks it's related: ``` [ERROR][2023-01-30 10:00:03] .../vim/lsp/rpc.lua:733 "rpc" "lua-language-server" "stderr" "script/json-edit.lua:408: attempt to index a userdata value (local 'ast') stack traceback: \tscript/json-edit.lua:408:...
Thanks @sumneko! Could we get a new release soon so this applies to everyone? Thanks!
@sumneko v3.6.8 do not solve the issue for me 😢
The error is gone, but `.luarc.json` is not created nor modified (if existed before).
@sumneko 3.6.9 do not solve the issue, and the error is still gone
It doesn't exist, I'd expect before to be created and filled due to my workspaces config, and also with luassert. If I create an empty .luarc.json with just `{}` inside...
With that patch, luarc is created and luassert is appended if I answer yes, but it's still missing all the information the server finds from my workspace config.
but it was not like that until 3.6.4, it was adding all the info, which prevented the server to keep asking me if I want to add luassert (because the...
not sure what else is missing, but until 3.6.4 was working as expected, I'm sure about that