start greedily indexing when inline assistant is started, if project has been previously indexed

This commit is contained in:
KCaverly 2023-10-03 14:07:42 +03:00
parent ed894cc06f
commit 1a2756a232
2 changed files with 40 additions and 8 deletions

View file

@ -24,6 +24,7 @@ util = { path = "../util" }
uuid = { version = "1.1.2", features = ["v4"] }
workspace = { path = "../workspace" }
semantic_index = { path = "../semantic_index" }
project = { path = "../project" }
log.workspace = true
anyhow.workspace = true