continue icon indicating copy to clipboard operation
continue copied to clipboard

Continue causing regular git diff in IntelliJ on large project causing slowdown

Open bdavj opened this issue 6 months ago • 0 comments

Before submitting your bug report

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.

Image

To reproduce

No response

Log output

No applicable log output.

bdavj avatar Apr 24 '25 16:04 bdavj