crystal-lang-tools / vscode-crystal-lang

Yet another VSCode extension for Crystal Programming Language
https://marketplace.visualstudio.com/items?itemName=crystal-lang-tools.crystal-lang
MIT License
276 stars 58 forks source link

Code Helper process showing 200-300% CPU usage on MacOS #127

Closed ajith-joseph closed 3 years ago

ajith-joseph commented 3 years ago

I have setup the vscode extension (v 0.6.1) with crystalline language server on my Mac (v 10.13.6). CPU is running hot. I use other lang extensions like Golang where I don't see this issue. image

max-bertinetti commented 3 years ago

This is a Crystalline issue more then a VSCode plugin issue.

elbywan commented 3 years ago

For the record, I doubt that crystalline is the culprit. See: https://github.com/microsoft/vscode/issues/108441

max-bertinetti commented 3 years ago

For the record, I doubt that crystalline is the culprit. See: microsoft/vscode#108441

Sorry, what I mean is that is not something that can be caused by this plugin since is not hungry in resources, better to know that the problem is neither in Crystalline too.

elbywan commented 3 years ago

Sorry, what I mean is that is not something that can be caused by this plugin since is not hungry in resources, better to know that the problem is neither in Crystalline too.

No worries 😄 ! I just wanted to post a link to the actual cause just in case people stumble upon this issue in the future.