mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #14266 from mjlbach/fix/rename_workspace_symbol_request
lsp: fix textDocument/workspaceSymbol -> workspace/symbol
This commit is contained in:
commit
5dfa937e4a
@ -38,13 +38,13 @@ lsp._request_name_to_capability = {
|
||||
['textDocument/declaration'] = 'declaration';
|
||||
['textDocument/typeDefinition'] = 'type_definition';
|
||||
['textDocument/documentSymbol'] = 'document_symbol';
|
||||
['textDocument/workspaceSymbol'] = 'workspace_symbol';
|
||||
['textDocument/prepareCallHierarchy'] = 'call_hierarchy';
|
||||
['textDocument/rename'] = 'rename';
|
||||
['textDocument/codeAction'] = 'code_action';
|
||||
['textDocument/codeLens'] = 'code_lens';
|
||||
['codeLens/resolve'] = 'code_lens_resolve';
|
||||
['workspace/executeCommand'] = 'execute_command';
|
||||
['workspace/symbol'] = 'workspace_symbol';
|
||||
['textDocument/references'] = 'find_references';
|
||||
['textDocument/rangeFormatting'] = 'document_range_formatting';
|
||||
['textDocument/formatting'] = 'document_formatting';
|
||||
|
Loading…
Reference in New Issue
Block a user