formulahendry/vscode-auto-rename-tag

Causing 99% CPU usage

開放

#32 建立於 2017年8月29日

 (9 則留言) (5 個反應) (0 位負責人)TypeScript (39 個分叉)github user discovery
bughelp wanted

倉庫指標

星標
 (277 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Problem: When a .ejs file is saved, the CPU usage rises to 99%.

How to reproduce:

  • Create a .ejs file
  • Change something in it and save it

Evidence that this extension has something to do with it: I disabled all the other VSCode extensions and the issue does not happen, enabling only this one causes the problem, enabling any other plugin does not.

Running ps aux | grep 32942 returns: /Downloads/Visual Studio Code.app/Contents/Frameworks/Code Helper.app/Contents/MacOS/Code Helper /Downloads/Visual Studio Code.app/Contents/Resources/app/out/bootstrap --type=extensionHost

(being 32942 the PID of a Code Helper task is using 99% of the CPU)

VSCode version: 1.15.1 Extension version: 0.0.14

File is attached. index.ejs.zip

貢獻者指南