mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-25 19:17:23 +08:00
Fix #2299 - Make tsserver run again
This commit is contained in:
@@ -347,7 +347,7 @@ function! ale#lsp#StartProgram(conn_id, executable, command) abort
|
||||
let l:conn.job_id = l:job_id
|
||||
endif
|
||||
|
||||
if l:started
|
||||
if l:started && !l:conn.is_tsserver
|
||||
call s:SendInitMessage(l:conn)
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user