Send VimspectorDebugEnded event

This commit is contained in:
przepompownia 2021-02-17 01:05:09 +01:00 committed by Ben Jackson
commit 3c54cd268f

View file

@ -412,6 +412,7 @@ class DebugSession( object ):
self._outputView.Reset()
self._codeView.Reset()
vim.command( 'tabclose!' )
vim.command( 'doautocmd <nomodeline> User VimspectorDebugEnded' )
self._stackTraceView = None
self._variablesView = None
self._outputView = None