How to Disable Visual Studio Code Extensions Auto Update Feature to Turn off Updates For Extensions
2K views
Jun 1, 2025
Get the full source code of application here:
View Video Transcript
0:00
uh hello guys welcome to this video so
0:02
in this video I will show you uh how to
0:04
disable uh the VS code extensions uh
0:08
update auto update feature which is by
0:12
default there inside VS code so if you
0:14
install any
0:15
extension by default it will be
0:17
automatically be updated whenever a new
0:20
version is available so if you want to
0:22
disable this
0:24
functionality then you can actually go
0:27
to this option right here manage and
0:29
then go to this settings
0:32
option and after going to settings right
0:35
here there will be this feature right
0:38
here just go to
0:41
features and inside this you will go to
0:46
extensions so just go to extensions and
0:49
right in the right hand side corner you
0:51
will see this by default it will be
0:53
check mark autoche updates so when
0:56
enabled automatically checks extensions
0:58
for updates if an extension has an
1:00
update it is marked as outdated and
1:03
these updates are fetched from a
1:04
Microsoft online service so now to
1:07
disable this you simply untick this mark
1:10
right here and also right in the auto
1:14
update section if you see it controls
1:17
the automatic update behavior of
1:19
extensions so here all the extensions
1:22
are selected by default but you can
1:24
enable extensions only certain
1:26
extensions you can enable or you can
1:28
disable everything by putting none right
1:31
here so now just change this to none and
1:36
untick this option that's all that you
1:38
need to do and then you can restart your
1:40
VS
1:41
code and uh restart this to apply the
1:44
changes
1:46
uh that's all that you need to do and
1:48
now your extensions will not be
1:50
automatically be
1:52
updated and uh you need to manually
1:55
click the update button to actually
1:57
let's suppose a new version is available
2:00
you click the update button and then
2:02
only the update will happen so here you
2:05
can review the changes here so you will
2:06
see
2:08
update would you like to update the
2:10
extension and then you can manually just
2:14
press the update button so it will now
2:17
install this so in this way you can
2:20
disable this functionality again if you
2:22
want to autocheck updates you again tick
2:24
mark this again you select all
2:26
extensions that's all that you need to
2:28
do very
2:32
simple so you can even if you are not
2:35
getting this option again you simply go
2:39
to extensions right here sorry go to
2:42
settings and right here in the search
2:45
bar just type here
2:48
extensions auto update so as soon as you
2:52
type this you will see this setting will
2:54
appear right here below and then also
2:56
you can untick and select none from here
3:00
so this will also apply this setting to
3:02
this VS code environment and it will
3:04
disable all the
3:07
extensions automatically updating
3:11
setting and as soon as you do this it
3:14
will add this inside your user settings
3:17
JSON file these two
3:19
settings can open this settings dojson
3:22
file just add these two settings if you
3:24
don't want to do the previous thing you
3:27
can also add this code add these two
3:30
properties extensions dotautoch checkupd
3:32
updates to false extensions dotauto
3:35
update to false so this will also do the
3:38
same thing so simply copy this code if
3:40
you don't want to do the previous
3:42
thing so in this easy way you can uh
3:45
disable the VS code extensions automatic
3:48
update feature uh thank you very much
3:51
for watching this video and also check
3:53
out my website freemediatoolsh.com
3:56
uh which contains uh thousands of tools
#Software