codeium.vim icon indicating copy to clipboard operation
codeium.vim copied to clipboard

CPU load

Open bymagnum opened this issue 7 months ago • 0 comments

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.

bymagnum avatar Jan 12 '24 11:01 bymagnum