Skip to content
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 #18

Open
hellosudhi opened this issue Sep 11, 2020 · 5 comments
Open

Extension causes high cpu load #18

hellosudhi opened this issue Sep 11, 2020 · 5 comments
Labels
duplicate This issue or pull request already exists wontfix This will not be worked on

Comments

@hellosudhi
Copy link

  • Issue Type: Performance
  • Extension Name: ligatures-limited
  • Extension Version: 1.3.4
  • OS Version: Linux x64 5.4.0-45-generic
  • VSCode version: 1.48.2

⚠️ Make sure to attach this file from your home-directory:
⚠️/home/sruthisudhi/kshetline.ligatures-limited-unresponsive.cpuprofile.txt

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

@kshetline
Copy link
Owner

Are you seeing any actual performance problems that interfere with code editing, or is this just a matter of seeing a high cpu load warning occasionally? The occasional warning is a known issue.

@kshetline kshetline added the duplicate This issue or pull request already exists label Sep 15, 2020
@BrenekH
Copy link

BrenekH commented Oct 29, 2020

I have also been getting this pop-up, more so on my laptop (AMD E-350) than on my desktop system (Intel i5-750). For comparison, the i5-750 is 142% better in real-world speed than the E-350, as tested on UserBenchmark

For kicks and giggles, I did some digging and was able to get an unminified CPU profile exthost-66300f.cpuprofile.txt which basically shows that the longest time taken is from the still minified Textmate library.

I personally feel that this particular issue is more of a lackluster hardware issue than an overrunning software issue because of the nature of parsing code into an understandable context. A possible change to the repo because of this is marking either this issue or #3 as open with the wontfix label(I would recommend this one because it already has an explanation of why it is wontfix).

@kshetline kshetline added the wontfix This will not be worked on label Oct 30, 2020
@kshetline
Copy link
Owner

Thanks. I'll indeed this as "won't fix".

@Abrifq
Copy link

Abrifq commented Dec 27, 2020

I'm having the same problem, it's lagging especially when I try to format (and I have it on every new line and save) and most of the time causes formatters to break or not format at all.

Since no issue openers had put their logs, I will put mine in a bit.

@Abrifq
Copy link

Abrifq commented Dec 27, 2020

Since no issue openers had put their logs, I will put mine in a bit.

kshetline.ligatures-limited-unresponsive.cpuprofile.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants