From 6afa949e1f98b2abb0ee249b4c16ff28a4e49b0c Mon Sep 17 00:00:00 2001 From: isidor Date: Wed, 4 Mar 2020 10:56:09 +0100 Subject: [PATCH] Rename Show Debug command to Show Run and Debug fixes #91975 --- src/vs/workbench/contrib/debug/browser/debug.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/debug/browser/debug.contribution.ts b/src/vs/workbench/contrib/debug/browser/debug.contribution.ts index 06f84bae24b..100412b2d5f 100644 --- a/src/vs/workbench/contrib/debug/browser/debug.contribution.ts +++ b/src/vs/workbench/contrib/debug/browser/debug.contribution.ts @@ -55,7 +55,7 @@ import { ViewPaneContainer } from 'vs/workbench/browser/parts/views/viewPaneCont class OpenDebugViewletAction extends ShowViewletAction { public static readonly ID = VIEWLET_ID; - public static readonly LABEL = nls.localize('toggleDebugViewlet', "Show Debug"); + public static readonly LABEL = nls.localize('toggleDebugViewlet', "Show Run and Debug"); constructor( id: string,