Add unit test for project symbols that demonstrates crash
This commit is contained in:
parent
09634dffb8
commit
84df1d6564
4 changed files with 150 additions and 5 deletions
|
@ -21,3 +21,11 @@ anyhow = "1.0.38"
|
|||
ordered-float = "2.1.1"
|
||||
postage = { version = "0.4", features = ["futures-traits"] }
|
||||
smol = "1.2"
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3"
|
||||
settings = { path = "../settings", features = ["test-support"] }
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
language = { path = "../language", features = ["test-support"] }
|
||||
lsp = { path = "../lsp", features = ["test-support"] }
|
||||
project = { path = "../project", features = ["test-support"] }
|
Loading…
Add table
Add a link
Reference in a new issue