amir9480 / vscode-cpp-helper

vscode extension to create implementation for c++ function prototypes.
https://marketplace.visualstudio.com/items?itemName=amiralizadeh9480.cpp-helper
MIT License
355 stars 31 forks source link

Extension causes high cpu load #43

Open Andrysky opened 2 years ago

Andrysky commented 2 years ago

amiralizadeh9480.cpp-helper-unresponsive.cpuprofile.txt

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

J0shhT commented 2 years ago

This issue is occurring for me too. The extension starts to consume 100% CPU after using the "Copy Implementation" feature. I am on version 0.3.0 of the extension.

I got this warning in the developer console: WARN UNRESPONSIVE extension host, 'amiralizadeh9480.cpp-helper' took 100% of 5504.082ms.

Here is my CPU profile log: exthost-7dfcf5.cpuprofile.txt

I will need to disable the extension until it is fixed, as it slows down my VS Code.

VS Code Information