How to Reset Visual Studio Code IDE Settings to Default Settings Full Tutorial
229 views
Jun 1, 2025
Get the full source code of application here:
View Video Transcript
0:00
uh hello guys uh welcome to this video
0:02
so in this video I will show you in VS
0:04
code how to reset your all your settings
0:07
to default settings so if you have make
0:10
accidentally some kind of a change and
0:13
now it is creating some problem now you
0:15
can actually reset all settings so there
0:19
is an option right in VS code so if you
0:22
open VS code simply you need to go to
0:24
this manage option and right here need
0:27
to click on this settings just open the
0:31
settings and
0:33
uh you can even just type right here
0:37
user settings just search for this or
0:42
what you can do you can uh on Windows
0:45
machine there is a shortcut key which is
0:47
control shiftp so this will open this
0:50
command panel panel and right here you
0:52
just need to search for this uh
0:56
open user
0:58
settings so here all your user settings
1:01
files are stored here inside a JSON file
1:05
so if you just open
1:07
this so you will see all your settings
1:10
are stored inside this file right here
1:12
such as your key bindings which theme
1:14
you are using which kind of shortcuts
1:16
all the extension settings are this one
1:19
so if you want to reset everything what
1:21
you can do is that you can copy this
1:23
settings somewhere else if you have some
1:26
important settings right here before
1:29
deleting it store it somewhere else and
1:31
after that simply delete everything and
1:35
just make it so you can see it is saying
1:38
a setting has been changed that requires
1:40
restart so you just need to click uh
1:43
this restart button as soon as you do
1:45
the restart you will see all your
1:47
settings have been reseted to the
1:49
default value you can see my settings
1:51
have been it created a new settings.json
1:54
file where it has again this default
1:58
settings so this is the first way by
1:59
which you can do this and uh now there
2:02
is a second way as well if this doesn't
2:05
work
2:07
or then there is a second option that
2:09
you can follow so just open your run
2:13
menu inside start here and just type
2:17
this code that I will show you this code
2:20
is
2:20
given is appearing on the screen so just
2:24
type uh
2:27
star and then all capital letter app
2:32
data and then again percentage sign and
2:36
then
2:37
slash so it is appearing on this video
2:40
you can just
2:41
see and then slashcode slash user and
2:46
again slash so just enter everything and
2:49
then enter it so this will open the
2:51
location where your VS code settings
2:53
files are stored so you will see all
2:55
these three files which will be there
2:57
which is for key bindings which is your
3:00
settings this one VS code settings so
3:03
these three JSON file you just need to
3:05
delete all these three files simply
3:07
delete this from this location and uh
3:10
then again this is a second option by
3:13
which you can reset all the
3:15
settings and also if there is a snippets
3:18
folder you have created custom snippets
3:21
you can even delete this folder as well
3:23
so this will create reset to all the
3:25
default settings so this is the second
3:27
option by which you can do the same
3:29
process if the first process doesn't
3:31
work you can follow the set second one
3:33
so thank you very much for watching this
3:35
video please hit that like button
3:37
subscribe the channel and if your
3:38
problem was solved then please comment
3:40
on this video as well and also check out
3:43
my website freemediattools.com
3:46
uh which contains uh thousands of tools
#Development Tools
#Software