Process explorer: remove node.js/electron dependencies #101832
Labels
insiders-released
Patch has been released in VS Code Insiders
sandbox
Running VSCode in a node-free environment
workbench-diagnostics
General VS Code built-in diagnostic issues
Milestone
The process explorer depends on:
clipboard
os
node.js module (totalMem
)This should be cleaned up to be ready for sandbox by leveraging the
IElectronService
instead. You can take a look at the issue reporter for how to get a hold of the electron service:vscode/src/vs/code/electron-browser/issue/issueReporterMain.ts
Line 322 in c7fe3b4
I think it would be reasonable to add another method to the electron service for accessing
os.totalMem()
.The text was updated successfully, but these errors were encountered: