lots of wmic process with high cpu usage after upgrading to 1.21 #1036
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
Milestone
Environment data
Actual behavior
I upgraded the vscode to 1.21 yesterday, then my laptop would start to respond slower and slower when vscode is ruuning. By checking task manager, I found that there are lots of wmic process like: wmic process 7416 get workingsetsize,usermodetime,kernelmodetime, in which the PID 7416 points to a python process: python completion.py.
After disable the python extension and restart the vscode, the problem won't happen again.
The Python extension (ms-python.python) I was using was released 2018.2.1, so I think it's a problem between the latest 1.21 release with the extension?
Expected behavior
no high cpu usage just for an idle vscode.
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)The text was updated successfully, but these errors were encountered: