Skip to main content

3 docs tagged with "configure-auto-update-settings-for-visual-studio-code-extensions"

View all tags

Disable automatic Visual Studio Code extension updates

By default, Visual Studio Code automatically downloads and installs updates for all extensions. These updates are fetched from a Microsoft online service. This script disables the automatic updating of installed extensions. It accomplishes this by setting "extensions.autoUpdate" to "false".

Disable Visual Studio Code automatic extension update checks

By default, Visual Studio Code automatically checks extensions for updates. If an update for an extension is available, it is marked as outdated in the Extensions view. These updates are fetched from a Microsoft online service. This script disables the automatic checking of updates for extensions. It achieves this by setting "extensions.autoCheckUpdates" to "false".