mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-09 10:42:28 +01:00
fix another command to use ILocalizedString (#156615)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user