Reset the connection when the channel closes

This commit is contained in:
Ben Jackson 2018-05-27 13:41:23 +01:00
commit 73f8a66d2c
2 changed files with 4 additions and 0 deletions

View file

@ -51,6 +51,7 @@ endfunction
function! s:_OnClose( channel ) abort
echom "Channel closed"
_vimspector_session.OnChannelClosed()
endfunction
function! s:_Send( msg ) abort