semantic index eval, indexing appropriately

This commit is contained in:
KCaverly 2023-09-13 20:02:15 -04:00
parent 6f29582fb0
commit eff44f9aa4
5 changed files with 168 additions and 46 deletions

View file

@ -51,6 +51,10 @@ rpc = { path = "../rpc", features = ["test-support"] }
workspace = { path = "../workspace", features = ["test-support"] }
settings = { path = "../settings", features = ["test-support"]}
git2 = { version = "0.15"}
rust-embed = { version = "8.0", features = ["include-exclude"] }
client = { path = "../client" }
zed = { path = "../zed"}
node_runtime = { path = "../node_runtime"}
pretty_assertions.workspace = true
rand.workspace = true