Give the editor a handle to the project, not a weak handle to the workspace

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld 2022-02-08 15:48:44 -08:00
parent 624dbc1d0e
commit 6731d92f60
10 changed files with 112 additions and 112 deletions

View file

@ -7,7 +7,11 @@ edition = "2021"
path = "src/project.rs"
[features]
test-support = ["language/test-support", "text/test-support"]
test-support = [
"client/test-support",
"language/test-support",
"text/test-support",
]
[dependencies]
text = { path = "../text" }