@if (commandGroups().length > 0) {
@for (group of commandGroups(); track group.group) {

{{ getGroupTitleKey(group.group) | translate }}

@for (command of group.items; track command.id) { }
}
} @else {
{{ 'WORKSPACE.COMMAND_PALETTE.EMPTY' | translate }}
}