We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309e9e5 commit e5d2d3fCopy full SHA for e5d2d3f
autoload/lsp.vim
@@ -581,7 +581,9 @@ function! lsp#default_get_supported_capabilities(server_info) abort
581
\ 'willSave': v:false,
582
\ 'willSaveWaitUntil': v:false,
583
\ },
584
- \ 'typeHierarchy': v:false,
+ \ 'typeHierarchy': {
585
+ \ 'dynamicRegistration': v:false
586
+ \ },
587
\ 'typeDefinition': {
588
\ 'dynamicRegistration': v:false,
589
\ 'linkSupport' : v:true
0 commit comments