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
|
@ -19,7 +19,7 @@ settings = { package = "settings2", path = "../settings2" }
|
|||
ui = { package = "ui2", path = "../ui2" }
|
||||
util = { path = "../util" }
|
||||
theme = { package = "theme2", path = "../theme2" }
|
||||
workspace = { package="workspace2", path = "../workspace2" }
|
||||
workspace = { path = "../workspace" }
|
||||
zed_actions = { package = "zed_actions2", path = "../zed_actions2" }
|
||||
anyhow.workspace = true
|
||||
serde.workspace = true
|
||||
|
@ -32,6 +32,6 @@ project = { package="project2", path = "../project2", features = ["test-support"
|
|||
menu = { package = "menu2", path = "../menu2" }
|
||||
go_to_line = { path = "../go_to_line" }
|
||||
serde_json.workspace = true
|
||||
workspace = { package="workspace2", path = "../workspace2", features = ["test-support"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
ctor.workspace = true
|
||||
env_logger.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue