mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
send clientInfo as part of InitializeParams (#971)
This commit is contained in:
@@ -581,6 +581,7 @@ function! s:ensure_init(buf, server_name, cb) abort
|
||||
\ 'method': 'initialize',
|
||||
\ 'params': {
|
||||
\ 'processId': getpid(),
|
||||
\ 'clientInfo': { 'name': 'vim-lsp' },
|
||||
\ 'capabilities': l:capabilities,
|
||||
\ 'rootUri': l:root_uri,
|
||||
\ 'rootPath': lsp#utils#uri_to_path(l:root_uri),
|
||||
|
||||
Reference in New Issue
Block a user