Rename Show Debug command to Show Run and Debug

fixes #91975
This commit is contained in:
isidor
2020-03-04 10:56:09 +01:00
parent 30b9a12dbe
commit 6afa949e1f
@@ -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,