We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3b3bb commit 177be29Copy full SHA for 177be29
lsp/vue_ls.lua
@@ -41,7 +41,7 @@ return {
41
payload,
42
},
43
}, { bufnr = context.bufnr }, function(_, r)
44
- local response_data = { { id, r.body } }
+ local response_data = { { id, r and r.body } }
45
---@diagnostic disable-next-line: param-type-mismatch
46
client:notify('tsserver/response', response_data)
47
end)
0 commit comments