fix another command to use ILocalizedString (#156615)

This commit is contained in:
Tyler James Leonhardt
2022-07-28 20:48:33 +02:00
committed by GitHub
parent 33a08dc6f4
commit 35a17f42e8
@@ -249,7 +249,7 @@ export class ConfigureTestProfilesAction extends Action2 {
constructor() {
super({
id: TestCommandId.ConfigureTestProfilesAction,
title: localize('testing.configureProfile', 'Configure Test Profiles'),
title: { value: localize('testing.configureProfile', 'Configure Test Profiles'), original: 'Configure Test Profiles' },
icon: icons.testingUpdateProfiles,
f1: true,
category,