debug: do not auto focus editor on session end

fixes #6088
This commit is contained in:
isidor 2016-05-06 10:24:21 +02:00
parent 57c258e9c9
commit 90b959c16d

View file

@ -703,7 +703,6 @@ export class DebugService implements debug.IDebugService {
}
this.partService.removeClass('debugging');
this.editorService.focusEditor();
this.model.clearThreads(true);
this.setFocusedStackFrameAndEvaluate(null).done(null, errors.onUnexpectedError);