Recently I am finding that VScode is a lot slower than normal and I think one of the many extensions I have installed is slowing it down. to fix this I tried to find out how much each extention was slowing down the program but i couldn't find a way to do it and so I was wondering if anybody else had found a way
TLDR: How to find out the resources used by my installed VScode extensions
Using the Developer: Show Running Extensions option inside of the Command Palette (ctrl + shift + p) you can see extension load times.
In combination with the initial startup time answer from @Daan Breur, I'm using htop to see them also during runtime.
If you scroll to the right, you gonna see something like
Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper (Plugin).app/Contents/MacOS/Code Helper (Plugin) --type=utility --utility-sub-type=node.mojom.NodeService --lang=en-GB --service-sandbox-type=none --dns-result-order=ipv4firs
.../MacOS/Code Helper (Plugin) --ms-enable-electron-run-as-node --experimental-modules ../.vscode/extensions/svelte.svelte-vscode-107.12.0/node_modules/svelte-language-server/bin/server.js --node-ipc --clientProcessId=92690
or
.../.vscode/extensions/ms-vscode.vscode-typescript-next-5.3.20231014/node_modules/typescript/lib/tsserver.js
which seems in my case typescript and svelte extentions
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With