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

Leaking code helper processes #38

Closed
koliyo opened this issue Mar 29, 2019 · 2 comments
Closed

Leaking code helper processes #38

koliyo opened this issue Mar 29, 2019 · 2 comments

Comments

@koliyo
Copy link

koliyo commented Mar 29, 2019

I find pyright processes consuming 100% CPU. And even if I exit VS Code the processes are still running

49856   ??  R     32:25.19 /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper.app/Contents/MacOS/Code Helper /Users/silok/.vscode/extensions/ms-pyright.pyright-1.0.4/server/server.js --node-ipc --clientProcessId=49675
@erictraut
Copy link
Collaborator

Thanks for the bug report. Which version of pyright were you running when you saw this? There was a bug in versions prior to 1.0.4 that would have resulted in this behavior. I'm not aware of any causes in 1.0.4 or newer.

@erictraut
Copy link
Collaborator

In version 1.0.6 (just published), I added even more resiliency to protect against this case. Please let me know if you ever see this again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants