mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-10 06:21:53 +08:00
Fix #2515 - Send client capabilities to LSP servers
This commit is contained in:
@@ -20,7 +20,7 @@ Execute(ale#lsp#message#Initialize() should return correct messages):
|
||||
\ 'rootUri': 'file:///foo/bar',
|
||||
\ }
|
||||
\ ],
|
||||
\ ale#lsp#message#Initialize('/foo/bar', {'foo': 'bar'})
|
||||
\ ale#lsp#message#Initialize('/foo/bar', {'foo': 'bar'}, {})
|
||||
|
||||
Execute(ale#lsp#message#Initialized() should return correct messages):
|
||||
AssertEqual [1, 'initialized', {}], ale#lsp#message#Initialized()
|
||||
|
||||
Reference in New Issue
Block a user