sibling of 3dc36dc7c3
This commit is contained in:
parent
fd68265efd
commit
cbcc69396a
578 changed files with 11648 additions and 39895 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