notskm / vscode-clang-tidy

MIT License
48 stars 26 forks source link

Extension causes high cpu load #47

Open 34-anish opened 3 years ago

34-anish commented 3 years ago

:warning: Make sure to attach this file from your home-directory: :warning:c:\Users\Sumit\AppData\Local\Temp\notskm.clang-tidy-unresponsive.cpuprofile.txt

Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load

notskm commented 3 years ago

When does it cause high CPU load? Is it at startup? When you save? When you run the linter?

Clang-Tidy is very CPU heavy. You can disable linting when you save if that's the problem.