mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
fixes #12777
This commit is contained in:
@@ -157,7 +157,7 @@ registerSingleton(IDebugService, service.DebugService);
|
||||
|
||||
// Register Debug Error Editor #9062
|
||||
(<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',
|
||||
'DebugErrorEditor'),
|
||||
[new SyncDescriptor(DebugErrorEditorInput)]
|
||||
|
||||
Reference in New Issue
Block a user