#2295 Send an empty object for the initialized notification, per the spec

This commit is contained in:
w0rp
2019-02-15 10:42:34 +00:00
parent 0d10653a7c
commit 1a69c9c88c
3 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ function! ale#lsp#message#Initialize(root_path, initialization_options) abort
endfunction
function! ale#lsp#message#Initialized() abort
return [1, 'initialized']
return [1, 'initialized', {}]
endfunction
function! ale#lsp#message#Shutdown() abort