neoclide/coc-json

Bug: wrong type of `Lua.workspace.library` in JSON schema

chrisgrieser opened this issue · 2 comments

the key Lua.workspace.library expects an array of strings, however, coc-json complains that it is expecting an object. (Since the JSON schema is provided on this repo, I assume the bug is caused by this LSP server and not coc-json.)

image

At first I thought it was a problem on the side of the language server and reported the issue there: LuaLS/lua-language-server#1605

However, I noticed that with Sublime's LSP-lua the issue does not occur, so I assume the issue is with this plugin, but I am not sure.

Seems fixed by coc-sumneko-lua, can't reproduce the error.

Yep, seems fixed now.