-
Notifications
You must be signed in to change notification settings - Fork 342
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
Extension causes high cpu load #620
Comments
@jrieken I looked at the CPU profile and there is nothing specific from the ESLint extension in the profile. Any hint for what to look at? What might be special with ESLint is that it is activated eagerly since it depends on user configuration which file types it lints. I manually profiled the activate method and there is nothing special with it. |
Does it look like that: https://github.com/Microsoft/vscode/wiki/Explain:-extension-causes-high-cpu-load#code-loading? Iff so then it's code loading. |
Closing. Version 1.8.1 ships web packed. |
Performance
vscode-eslint
1.8.0
Linux x64 4.19.16-1-MANJARO
1.31.0
/home/xxx/dbaeumer.vscode-eslint-unresponsive.cpuprofile.txt
dbaeumer.vscode-eslint-unresponsive.cpuprofile.txt
Find more details here: https://github.com/Microsoft/vscode/wiki/Explain:-extension-causes-high-cpu-load
The text was updated successfully, but these errors were encountered: