mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +00:00
committed by
Lewis Russell
parent
4682f158a0
commit
917172dd96
@@ -644,6 +644,11 @@ M[ms.workspace_inlayHint_refresh] = function(err, result, ctx, config)
|
||||
return vim.lsp.inlay_hint.on_refresh(err, result, ctx, config)
|
||||
end
|
||||
|
||||
---@see https://microsoft.github.io/language-server-protocol/specifications/specification-current/#semanticTokens_refreshRequest
|
||||
M[ms.workspace_semanticTokens_refresh] = function(err, result, ctx, _config)
|
||||
return vim.lsp.semantic_tokens._refresh(err, result, ctx)
|
||||
end
|
||||
|
||||
-- Add boilerplate error validation and logging for all of these.
|
||||
for k, fn in pairs(M) do
|
||||
M[k] = function(err, result, ctx, config)
|
||||
|
||||
Reference in New Issue
Block a user