mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
select preferred action by default in quickpick (#1126)
spec: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeAction
This commit is contained in:
@@ -472,6 +472,7 @@ function! lsp#default_get_supported_capabilities(server_info) abort
|
||||
\ 'valueSet': ['', 'quickfix', 'refactor', 'refactor.extract', 'refactor.inline', 'refactor.rewrite', 'source', 'source.organizeImports'],
|
||||
\ }
|
||||
\ },
|
||||
\ 'isPreferredSupport': v:true,
|
||||
\ 'disabledSupport': v:true,
|
||||
\ },
|
||||
\ 'codeLens': {
|
||||
|
||||
Reference in New Issue
Block a user