Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Aug 10, 2022
1 parent ac1d88b commit 15e43ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ registerAction2(class CreateProfileAction extends Action2 {
}, {
id: CreateEmptyProfileAction.ID,
label: CreateEmptyProfileAction.TITLE.value,
}], { canPickMany: false, title: localize('create settings profile', "{0}: Create...", PROFILES_CATEGORY) });
}], { hideInput: true, canPickMany: false, title: localize('create settings profile', "{0}: Create...", PROFILES_CATEGORY) });
if (pick) {
return commandService.executeCommand(pick.id);
}
Expand Down

0 comments on commit 15e43ca

Please sign in to comment.