diff options
Diffstat (limited to 'test/lsp/test_lsp_startup.vader')
-rw-r--r-- | test/lsp/test_lsp_startup.vader | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lsp/test_lsp_startup.vader b/test/lsp/test_lsp_startup.vader index 1f169266..7417dbcb 100644 --- a/test/lsp/test_lsp_startup.vader +++ b/test/lsp/test_lsp_startup.vader @@ -189,6 +189,10 @@ Before: \ 'typeDefinition': { \ 'dynamicRegistration': v:false, \ }, + \ 'implementation': { + \ 'dynamicRegistration': v:false, + \ 'linkSupport': v:false, + \ }, \ 'publishDiagnostics': { \ 'relatedInformation': v:true, \ }, |