fix reporting of typeHierarchy capability (#1350)

This commit is contained in:
Radek Simko
2022-08-20 20:32:46 +02:00
committed by GitHub
parent 309e9e5c81
commit e5d2d3f744

View File

@@ -581,7 +581,9 @@ function! lsp#default_get_supported_capabilities(server_info) abort
\ 'willSave': v:false,
\ 'willSaveWaitUntil': v:false,
\ },
\ 'typeHierarchy': v:false,
\ 'typeHierarchy': {
\ 'dynamicRegistration': v:false
\ },
\ 'typeDefinition': {
\ 'dynamicRegistration': v:false,
\ 'linkSupport' : v:true