mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-30 14:45:29 +08:00
#2397 - didChangeConfiguration should be a notification
This commit is contained in:
@@ -159,7 +159,7 @@ function! ale#lsp#message#Hover(buffer, line, column) abort
|
||||
endfunction
|
||||
|
||||
function! ale#lsp#message#DidChangeConfiguration(buffer, config) abort
|
||||
return [0, 'workspace/didChangeConfiguration', {
|
||||
return [1, 'workspace/didChangeConfiguration', {
|
||||
\ 'settings': a:config,
|
||||
\}]
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user