Rohan Chavan
Rohan Chavan

Reputation: 39

how to improve the speed of visual studio code

my visual studio is becoming slower with usage. I have only one extension installed and enabled. Are there any steps which will enhance the performance of it.

I'm working on react-redux with material ui project.

i have only one extension that is prettier.

Upvotes: 3

Views: 11828

Answers (1)

jayseven525
jayseven525

Reputation: 95

You should check out this guide from another post on stackoverflow.com.

You could also try opening the command palette(ctrl + shift + p on Win) and typing the command "Show Running Extensions" to see if you have any extensions that are maybe "hanging up" or extensions that you are not aware of.

Upvotes: 3

Related Questions