Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to stop Indexing of files via UI #845

Closed
3 tasks done
bufferoverflow opened this issue Feb 12, 2024 · 5 comments
Closed
3 tasks done

Unable to stop Indexing of files via UI #845

bufferoverflow opened this issue Feb 12, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@bufferoverflow
Copy link
Contributor

bufferoverflow commented Feb 12, 2024

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 bufferoverflow added the bug Something isn't working label Feb 12, 2024
@sestinj
Copy link
Contributor

sestinj commented Feb 12, 2024

@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 sestinj self-assigned this Feb 12, 2024
@chasegiunta
Copy link

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.

@bufferoverflow
Copy link
Contributor Author

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

@sestinj
Copy link
Contributor

sestinj commented Feb 29, 2024

@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
Copy link
Contributor

sestinj commented Mar 4, 2024

now that it's possible to pause from the UI, I'm going to close this issue and point to #856 for the actual underlying issue of using too many resources

@sestinj sestinj closed this as completed Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants