Implement Rename command in project panel

This commit is contained in:
Max Brunsfeld 2022-04-29 17:17:04 -07:00
parent a217e2e64b
commit 333b4aaf4e
3 changed files with 154 additions and 12 deletions

View file

@ -18,7 +18,7 @@ workspace = { path = "../workspace" }
unicase = "2.6"
[dev-dependencies]
editor = { path = "../editor", feature = ["test-support"] }
editor = { path = "../editor", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
workspace = { path = "../workspace", features = ["test-support"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }