Remove 2 suffix for workspace
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
492805af9c
commit
789ce8dd75
66 changed files with 4758 additions and 19021 deletions
|
@ -20,7 +20,7 @@ settings = { package = "settings2", path = "../settings2" }
|
|||
theme = { package = "theme2", path = "../theme2" }
|
||||
util = { path = "../util" }
|
||||
ui = {package = "ui2", path = "../ui2"}
|
||||
workspace = { package = "workspace2", path = "../workspace2" }
|
||||
workspace = { path = "../workspace" }
|
||||
semantic_index = { package = "semantic_index2", path = "../semantic_index2" }
|
||||
anyhow.workspace = true
|
||||
futures.workspace = true
|
||||
|
@ -36,5 +36,5 @@ client = { package = "client2", path = "../client2", features = ["test-support"]
|
|||
editor = { path = "../editor", features = ["test-support"] }
|
||||
gpui = { package = "gpui2", path = "../gpui2", features = ["test-support"] }
|
||||
|
||||
workspace = { package = "workspace2", path = "../workspace2", features = ["test-support"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
unindent.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue