mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-06 11:33:30 +08:00
Remove id from LSP notifications
This commit is contained in:
@@ -83,9 +83,8 @@ function! ale#lsp#CreateMessageData(message) abort
|
||||
let l:is_notification = a:message[0]
|
||||
|
||||
let l:obj = {
|
||||
\ 'id': v:null,
|
||||
\ 'jsonrpc': '2.0',
|
||||
\ 'method': a:message[1],
|
||||
\ 'jsonrpc': '2.0',
|
||||
\}
|
||||
|
||||
if !l:is_notification
|
||||
|
||||
Reference in New Issue
Block a user