mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00:00
lsp: Resolve codeLense server capabilities (#14056)
This commit is contained in:
@@ -42,6 +42,8 @@ lsp._request_name_to_capability = {
|
||||
['textDocument/prepareCallHierarchy'] = 'call_hierarchy';
|
||||
['textDocument/rename'] = 'rename';
|
||||
['textDocument/codeAction'] = 'code_action';
|
||||
['textDocument/codeLens'] = 'code_lens';
|
||||
['codeLens/resolve'] = 'code_lens_resolve';
|
||||
['workspace/executeCommand'] = 'execute_command';
|
||||
['textDocument/references'] = 'find_references';
|
||||
['textDocument/rangeFormatting'] = 'document_range_formatting';
|
||||
|
||||
Reference in New Issue
Block a user