Home > database >  Find out which VScode extentions are slowing the IDE down
Find out which VScode extentions are slowing the IDE down

Time:04-12

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

CodePudding user response:

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

  • Related