ktnrg45 / vs-code-cython

VS Code Language Extension for Cython
MIT License
42 stars 3 forks source link

Excessive CPU usage #13

Open louisabraham opened 1 year ago

louisabraham commented 1 year ago

Hi, I'm running your extension. However, I get 100% CPU usage and I don't know how to diagnose the issue.

ktnrg45 commented 1 year ago

Hi,

Are the Cython files that you open, either have cppclass definitions or are importing a cython module with cppclass definitions?

I'm working on a fix for this. There is infinite recursion with the parser when parsing templates.

louisabraham commented 1 year ago

Yes they do!

ktnrg45 commented 1 year ago

This issue should be fixed in version 0.3.6. Please let me know if you continue to have this issue.