提交 ccf58bd8 编写于 作者: I isidor

debug: no need to disable regular hover from debugService.

上级 4de93ed5
......@@ -601,12 +601,8 @@ export class DebugService extends ee.EventEmitter implements debug.IDebugService
}
this.session = null;
this.partService.removeClass('debugging');
this.contextService.updateOptions('editor', {
hover: true
});
this.editorService.focusEditor();
this.model.clearThreads(true);
this.setFocusedStackFrameAndEvaluate(null);
this.setStateAndEmit(debug.State.Inactive);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册