dtudk / pythonsupport-page

Site for the documentation of the Python support's homepage
https://pythonsupport.dtu.dk
BSD 3-Clause "New" or "Revised" License
2 stars 13 forks source link

Investigate pyright plugin (pylance) whether it hogs too much memory #30

Open zerothi opened 5 months ago

zerothi commented 5 months ago

s234947 had problems with an Apple M2 processor where the Code Helper plugin launched and showed massive memory utilization (1.5 TB), and that VS Code was running slow.

I think this is due to pyright hogging resources for showing doc-strings etc. while programming. The issue seems to appear after 20-30 min use.