Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
4.12k stars 147 forks source link

CPU load #298

Open bymagnum opened 8 months ago

bymagnum commented 8 months ago

VS Code Version: 1.85.1 OS: Windows 10 Codeium: 1.7.22

The situation is as follows: when opening very large js files with a size of 100k lines, the processor begins to load up to 100% of 16 threads, which is a lot. I tried to disable it with .gitignore - did not give any result as such. I have to disable this extension in order to continue working quietly. .gitignore is not a way out of the situation when disabling indexing of some files/folders. Is it possible to make some kind of option, and it's best to add two options so that we can set the file size threshold, and the same number of lines, so that after that, the extension stops being active and the extension icon lights up with a warning sign that it is disabled.