Add unit test for project symbols that demonstrates crash

This commit is contained in:
Max Brunsfeld 2022-04-20 15:07:05 -07:00
parent 09634dffb8
commit 84df1d6564
4 changed files with 150 additions and 5 deletions

View file

@ -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"] }