Add local project indexing and search guidance

This commit is contained in:
2026-08-30 22:00:27 -05:00
parent 88c1ef9716
commit 1c7d3c175d
39 changed files with 2094 additions and 306 deletions
+2
View File
@@ -1,4 +1,6 @@
mod file_outline;
#[cfg(all(feature = "local_fs", not(target_family = "wasm")))]
pub mod local_project_index;
pub mod locations;
pub const DEFAULT_SYNC_REQUESTS_PER_MIN: u32 = 600;