continue icon indicating copy to clipboard operation
continue copied to clipboard

Unable to stop Indexing of files via UI

Open bufferoverflow opened this issue 1 year ago • 4 comments

Before submitting your bug report

Relevant environment info

- OS: any
- Continue: v0.9.61 (pre release)
- IDE: vscode

Description

Unable to stop Indexing of files.

To reproduce

  1. setup a large project, e.g. https://gitlab.com/gitlab-org/gitlab-development-kit
  2. See the indexer using huge amount of CPU
  3. Cry because there is no option to stop indexing via UI

Log output

No response

bufferoverflow avatar Feb 12 '24 08:02 bufferoverflow

@bufferoverflow Currently, you can stop the indexing by setting "disableIndexing": true in config.json. But you bring up a great point that this should be possible through the UI. I can make this happen, and then hopefully no more need for tears : )

sestinj avatar Feb 12 '24 19:02 sestinj

Where do you see the indexer? I just had to disable Continue because I couldn't save any file without all the code actions hanging, and I suspect the indexer is the culprit. It's definitely Continue, I just don't know more.

chasegiunta avatar Feb 13 '24 18:02 chasegiunta

@chasegiunta It's just next to the model selection within the UI

bufferoverflow avatar Feb 13 '24 19:02 bufferoverflow

@chasegiunta here is what Continue should look like during indexing. If you try the latest pre-release version you will be able to pause it by clicking. Alternatively you can always set "disableIndexing": true in config.json. We are working on a way of taking up fewer resources

Screenshot 2024-02-29 at 3 51 06 PM

sestinj avatar Feb 29 '24 20:02 sestinj

now that it's possible to pause from the UI, I'm going to close this issue and point to https://github.com/continuedev/continue/issues/856 for the actual underlying issue of using too many resources

sestinj avatar Mar 04 '24 00:03 sestinj