提交 8f7d855b 编写于 作者: I isidor

fixes #12777

上级 524eb088
...@@ -157,7 +157,7 @@ registerSingleton(IDebugService, service.DebugService); ...@@ -157,7 +157,7 @@ registerSingleton(IDebugService, service.DebugService);
// Register Debug Error Editor #9062 // Register Debug Error Editor #9062
(<IEditorRegistry>platform.Registry.as(EditorExtensions.Editors)).registerEditor(new EditorDescriptor(DebugErrorEditor.ID, (<IEditorRegistry>platform.Registry.as(EditorExtensions.Editors)).registerEditor(new EditorDescriptor(DebugErrorEditor.ID,
nls.localize('debugErrorEditor', "Debug Error"), nls.localize({ comment: ['Debug is a noun in this context, not a verb.'], key: 'debugErrorEditor' }, "Debug Error"),
'vs/workbench/parts/debug/browser/debugErrorEditor', 'vs/workbench/parts/debug/browser/debugErrorEditor',
'DebugErrorEditor'), 'DebugErrorEditor'),
[new SyncDescriptor(DebugErrorEditorInput)] [new SyncDescriptor(DebugErrorEditorInput)]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册