continue
continue copied to clipboard
VSCode Codeium Indexing frezzes on media files.
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: Windows 11
- Continue: v0.9.71
- IDE: VSCode 1.87.0-insider
- Ollama v0.1.19
Description
If there is a file of the type mp4,mp3,wav,jpg or png the indexing dont make any progress anymore and freezes.
And a second bug is while continue is indexing paste in vscode is blocked and every formatter is blocked by this progress. This makes editing while indexing impossible.
A quick fix is currently to ignore these type of files with .continueignore
**/*.jpg
**/*.png
**/*.webp
**/*.svg
**/*.mp4
**/*.gif
**/*.wav
**/*.mp3
To reproduce
Add a media file to a reposetory and let codeium indexing.
Log output
No response