We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ade14 commit 50666b9Copy full SHA for 50666b9
1 file changed
src/vs/workbench/contrib/debug/browser/debug.contribution.ts
@@ -83,7 +83,7 @@ class OpenDebugPanelAction extends TogglePanelAction {
83
Registry.as<ViewletRegistry>(ViewletExtensions.Viewlets).registerViewlet(ViewletDescriptor.create(
84
DebugViewlet,
85
VIEWLET_ID,
86
- nls.localize('debug', "Debug"),
+ nls.localize('debugAndRun', "Debug And Run"),
87
'codicon-debug-alt',
88
3
89
));
0 commit comments