Fix #2299 - Make tsserver run again

This commit is contained in:
w0rp
2019-02-15 15:34:31 +00:00
parent 1a69c9c88c
commit 5b6df0a85f
2 changed files with 6 additions and 5 deletions

View File

@@ -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