Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When launching Visual Studio Code my OS is very slow

Today in the morning, when I launched Visual Studio Code, my Debian 9 (Stretch) became very slow.

Then when I run code --disable-extensions in the terminal it worked normally.

How can I detect the package with the bug?

like image 254
Jesus Africano Avatar asked Jan 28 '23 23:01

Jesus Africano


1 Answers

Please follow this guide for help tracking down which extension is causing performance issues.

To start, run code --status from the command line while Visual Studio Code is running. This will print out a list of all Visual Studio Code processes and their resource usage:

Once you track down the bad extension, please file an issue against them.

like image 190
Matt Bierner Avatar answered Feb 05 '23 18:02

Matt Bierner