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:
parent
624dbc1d0e
commit
6731d92f60
10 changed files with 112 additions and 112 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue