Format action names more readably in command palette

Also add a unit test for the command palette
This commit is contained in:
Max Brunsfeld 2022-04-18 18:07:17 -07:00
parent a4f259066b
commit d8ad0d8e4e
2 changed files with 76 additions and 8 deletions

View file

@ -19,6 +19,7 @@ workspace = { path = "../workspace" }
[dev-dependencies]
gpui = { path = "../gpui", features = ["test-support"] }
editor = { path = "../editor", features = ["test-support"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
workspace = { path = "../workspace", features = ["test-support"] }
ctor = "0.1"