continue
continue copied to clipboard
Continue causing regular git diff in IntelliJ on large project causing slowdown
Before submitting your bug report
- [x] I believe this is a bug. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that reports the same bug
- [x] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: MacOS
- Continue version: 1.0.10-jetbrains
- IDE version: IntelliJ IDEA 2024.3.4.1 (Ultimate Edition)
- Model: Any using OpenAI protocol
- config:
context:
- provider: file
- provider: currentFile
- provider: open
- provider: codebase
- provider: code
- provider: docs
- provider: web
- provider: search
- provider: clipboard
- provider: problems
- provider: repo-map
params:
includeSignatures: true
Description
Using a large codebase, Continue triggers repeated git diffs, even without diff / commit context provider. This causes huge amounts of CPU usage bringing IJ to a halt.
To reproduce
No response
Log output
No applicable log output.