DEV Community

Tao Liu
Tao Liu

Posted on

Opt out of extension updates for VS Code

If you do not want extensions to automatically update, you can clear the Extensions: Auto Update check box in the Settings editor (Ctrl+,).

or

If you use the JSON editor to modify your settings, add the following line:

`"extensions.autoUpdate": false`
Enter fullscreen mode Exit fullscreen mode

Top comments (0)