mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-17 22:09:47 +08:00
Fix #1859 - Make the connection ID available on the connection object
This commit is contained in:
@@ -24,6 +24,7 @@ function! ale#lsp#Register(executable_or_address, project, init_options) abort
|
|||||||
" capabilities_queue: The list of callbacks to call with capabilities.
|
" capabilities_queue: The list of callbacks to call with capabilities.
|
||||||
" capabilities: Features the server supports.
|
" capabilities: Features the server supports.
|
||||||
let s:connections[l:conn_id] = {
|
let s:connections[l:conn_id] = {
|
||||||
|
\ 'id': l:conn_id,
|
||||||
\ 'is_tsserver': 0,
|
\ 'is_tsserver': 0,
|
||||||
\ 'data': '',
|
\ 'data': '',
|
||||||
\ 'root': a:project,
|
\ 'root': a:project,
|
||||||
|
|||||||
Reference in New Issue
Block a user