How to Disable Visual Studio Code IDE Auto Update Feature to Turn off Automatic Updates
107 views
Jun 1, 2025
Follow the Reddit VSCode Blog Post here: https://www.reddit.com/r/vscode/comments/wh38t7/disable_automatic_updates/
View Video Transcript
0:00
uh hello guys welcome to this video so
0:02
in this video I will show you how to
0:04
disable uh VS code automatic updates so
0:08
sometimes automatic updates in VS code
0:10
can create problems in certain things
0:13
not working so in this video I will show
0:15
you how to disable it or manually update
0:17
VS code when required so when you open
0:20
VS code right here you will see this
0:22
settings option this is your manage
0:25
option simply click it and here you will
0:27
see this option of settings simply go to
0:30
this
0:31
option and after going to this you will
0:34
actually see inside this section of
0:36
application right here if you see this
0:39
is actually the section here inside your
0:42
application section you will see this uh
0:44
update section you need to simply click
0:47
this option right here update and simply
0:49
click it and by default if you see it is
0:53
uh it will be set to
0:56
uh this manual option or default option
0:59
so if this set to default manual or
1:02
start you just need to disable it by
1:04
selecting none right here so as soon as
1:07
you do the none part the automatic
1:10
updates will be disabled and after that
1:13
it will tell you to setting has been
1:15
changed and requires a restart to take
1:18
effect so just click the restart button
1:20
to restart the VS code so I will just
1:23
click the button restart and in this
1:26
easy way your auto updates have been
1:29
disabled and now every time if you want
1:32
to update your VS code what you will do
1:36
you go to the right inside the section
1:40
inside help section and if you see there
1:44
will be this about section you simply go
1:47
to this and here it will tell you the
1:49
exact version number which you are using
1:51
in VS code so exactly you will see which
1:55
version you have inside your VS code so
1:57
you can see the information simply copy
1:59
this
2:00
everything and now every time you want
2:03
to update again you need to go to this
2:05
uh settings option right here and again
2:08
go to the application and right here you
2:10
will see this update option simply click
2:14
and now need to simply uh select the
2:18
start option so this will start the
2:19
update process if a new version is
2:22
available then it can if you click start
2:25
and then again you just need to restart
2:27
this so if a new version is available
2:29
then it will automatically update your
2:32
uh VS
2:33
code so in this easy way this is by
2:37
which you can disable the auto update or
2:40
manually update VS code again if you
2:42
want to disable it simply there is also
2:45
this option disable
2:49
updates so if you select this none
2:51
option your updates will be disabled so
2:54
in this easy way again whenever you uh
2:57
just uh change this option again you
2:59
need to restart VS code every time and
3:02
there is again a second option you can
3:04
do by using some kind of a code here so
3:08
I have just given this Reddit post right
3:10
here in the description of this video
3:11
you can follow this post here where
3:13
someone has given this code right here
3:16
so this you just need to paste it inside
3:19
your user settings file so you can
3:21
actually open this user settings file
3:24
preferences so it's a JSON file which
3:27
controls the behavior of your VS code
3:29
you just need to paste these two
3:31
properties if you don't want to change
3:34
previously what I showed you you can
3:36
paste these two options which is
3:39
update again you a setting has been
3:42
changed again you need to restart this
3:44
so what this setting is doing if you see
3:46
we actually have this update setting
3:50
update dot mode so there is a certain
3:53
mode right here inside so we have set
3:56
this mode to manual so if you want to
3:58
disable it you just need to change this
4:00
to none
4:02
and again this option you just need to
4:04
restart this so this also you can do
4:06
open your preferences settings dojson
4:08
file just paste these two properties
4:10
update mode to none or update enable
4:13
windows background
4:15
updates so if you want to disable it
4:17
this is the option enable windows
4:20
background updates so this I set to
4:23
false here if you set it to true again
4:25
then the auto update will be enabled
4:29
so here true and this you need to change
4:32
it to either manual so this will again
4:36
enable your auto updates feature so
4:40
these are the two ways by which you can
4:42
either this the first way is the manual
4:44
way by which you can go to the settings
4:46
option directly and this is the second
4:49
way so you can choose whichever way that
4:51
you want to do i found this way very
4:54
easy going to the update section just
4:56
selecting manually if you want to
4:58
disable it you select the none option by
5:01
default it's set to
5:04
manual or if you want to enable auto
5:06
update you can select the start option
5:09
so this will check for updates only on
5:11
startup disable automatic background
5:13
updates
5:16
check so I basically personally put this
5:20
option to manual because I don't want
5:23
auto updates on so thank you very much
5:26
for watching this video and uh also hit
5:30
the like button subscribe the channel
5:32
for more videos like this and also check
5:34
out my website freemediattools.com
5:38
uh which contains thousands of tools
#Software