Is there a way to track an extension's resource usage?

萝らか妹 提交于 2019-12-07 07:37:07

问题


I've noticed through GitHub and Google search that a lot of people have similar issues as mine: vscode hangs and apart from the text editor, nothing works. Sometimes everything but debugging works.

As usual, disabling all extensions make it work perfectly. Checking developer tools, I can notice [Extension Host] working like crazy.

My question is: is there a way to check each extension's usage of process, disk, etc? Something similar to Google Chrome's Task Manager.


回答1:


As of VSCode 1.23 (April 2018), there is now a Process Explorer built-in. It can be opened with the Developer: Open Process Explorer command:



来源:https://stackoverflow.com/questions/46698404/is-there-a-way-to-track-an-extensions-resource-usage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!