sibling of 875c86e3ef
This commit is contained in:
parent
406ffb1e20
commit
a787992431
286 changed files with 3675 additions and 16480 deletions
|
@ -243,6 +243,7 @@ struct ActionDef {
|
|||
|
||||
fn dump_all_gpui_actions() -> Vec<ActionDef> {
|
||||
let mut actions = gpui::generate_list_of_all_registered_actions()
|
||||
.into_iter()
|
||||
.map(|action| ActionDef {
|
||||
name: action.name,
|
||||
human_name: command_palette::humanize_action_name(action.name),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue