yorkxin/vscode-coffeescript-support

Causing very high CPU load

awvalenti opened this issue · 1 comments

I've been using it for some months smoothly. I've just updated Windows 10 to the latest version. It seems to have suddenly started causing very high CPU load.

Hi, thanks for your report. Since version 0.2.0 (released in late 2018), I've introduced a background indexer. It'll start a processes in the background to scan all the CoffeeScript files across your project. This is to avoid UI blocking while the project contains too many files.

Though I also noticed that sometimes it will take too much CPU usage. In which case, restarting VSCode might help, but for now I haven't identified the root cause.

Really sorry for that. Hope that helps.