formulahendry/vscode-auto-rename-tag
This extension causes +90% Code Helper usage on Mac and PC
Ouverte
#22 ouverte le 14 févr. 2017
help wanted
Métriques du dépôt
- Stars
- (277 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Steps to reproduce:
- Open Activity Monitor or Task Manager and note the resting CPU usage of the Code Helper process
- Paste this into vscode:
<div>
<span>This is just a test</span>
</div>
- Double click the opening span tag
- Type
ato rename to an anchor tag - Watch the CPU usage of the Code Helper process rise to +90% and stay there.
Note: At this point, auto rename no longer works.