Introduce workspace::register_project_item
This lets downstream crates like `editor` define how project items should be opened. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
bff414cfbc
commit
5d14c9abdf
7 changed files with 102 additions and 35 deletions
|
@ -21,3 +21,5 @@ postage = { version = "0.4.1", features = ["futures-traits"] }
|
|||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
serde_json = { version = "1.0.64", features = ["preserve_order"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
ctor = "0.1"
|
||||
env_logger = "0.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue