I'm not actually sure whether this is intended or not, but an exception is thrown and otherwise unhandled in transport.ts
|
throw new TypeError('expected msgpack result to be array'); |
If this is intended, perhaps I can get some guidance on fixing this issue in the vscode-neovim extension:
vscode-neovim/vscode-neovim#2184