mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
Handle disabled code action (#1115)
* handle disabled code action * enable disabledSupport capability Co-authored-by: hrsh7th <hrsh7th@gmail.com>
This commit is contained in:
@@ -469,7 +469,8 @@ function! lsp#default_get_supported_capabilities(server_info) abort
|
||||
\ 'codeActionKind': {
|
||||
\ 'valueSet': ['', 'quickfix', 'refactor', 'refactor.extract', 'refactor.inline', 'refactor.rewrite', 'source', 'source.organizeImports'],
|
||||
\ }
|
||||
\ }
|
||||
\ },
|
||||
\ 'disabledSupport': v:true,
|
||||
\ },
|
||||
\ 'codeLens': {
|
||||
\ 'dynamicRegistration': v:false,
|
||||
|
||||
Reference in New Issue
Block a user