-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed as duplicate of#5941
Closed as duplicate of#5941
Copy link
Labels
Issue/PR - TriageNew issue. Needs quick review to confirm validity and assign labels.New issue. Needs quick review to confirm validity and assign labels.bugSomething isn't workingSomething isn't working
Description
App Version
3.25.23
API Provider
LM Studio
Model Used
Qwen3-Coder-A3B-6bits
Roo Code Task Links (Optional)
No response
π Steps to Reproduce
π Steps to Reproduce
- Make sure a vector database is properly configured and running in Docker (confirmed working).
- Index a large codebase (takes about 3 hours).
- Shut down the computer after indexing is completed.
- Restart the computer the next day and reopen VSCode.
β Expected Behavior
- The already indexed codebase should be reused without requiring a full reindex.
- Only modified files should trigger partial reindexing.
- The existing vector database should store and reload the index across sessions.
β Actual Behavior
π¦ Environment
- OS: macOS Sequoia
- Editor: VSCode
- Vector DB: running in Docker, properly configured and confirmed working
- Settings: Default
π₯ Outcome Summary
- After restarting the computer, the extension starts a full reindex of the entire codebase, even if no changes were made.
- The configured vector database is up and running in Docker, but the extension does not seem to reuse the stored index.
- On large projects, this makes the feature almost unusable due to the very long indexing time.
- The issue only happens after a full reboot β not immediately after indexing.
- Suggests that the index/cache is not being persisted or retrieved correctly from the vector database.
π Relevant Logs or Errors (Optional)
Metadata
Metadata
Assignees
Labels
Issue/PR - TriageNew issue. Needs quick review to confirm validity and assign labels.New issue. Needs quick review to confirm validity and assign labels.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done