提交 bea0de31 编写于 作者: I isidor

debug: register editor actions also not lazy

上级 cd2a827f
......@@ -488,8 +488,7 @@ class SessionsRenderer implements ICompressibleTreeRenderer<IDebugSession, Fuzzy
constructor(
private menu: IMenu,
@IInstantiationService private readonly instantiationService: IInstantiationService,
@IDebugService private readonly debugService: IDebugService
@IInstantiationService private readonly instantiationService: IInstantiationService
) { }
get templateId(): string {
......
......@@ -62,8 +62,8 @@ debugAdapterRegisteredEmitter.event(() => {
registerColors();
registerCommandsAndActions();
registerDebugMenu();
registerEditorActions();
});
registerEditorActions();
registerCommands();
registerDebugPanel();
const debugCategory = nls.localize('debugCategory', "Debug");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册