Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find out which VScode extentions are slowing the IDE down

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

like image 757
Ollie Lynas Avatar asked Sep 13 '25 05:09

Ollie Lynas


2 Answers

Using the Developer: Show Running Extensions option inside of the Command Palette (ctrl + shift + p) you can see extension load times.

like image 125
Daan Breur Avatar answered Sep 14 '25 21:09

Daan Breur


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


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!