Home > Development Tools > VSCode > body text

How to disable automatic upgrade in VScode

青灯夜游
Release: 2021-05-14 11:23:13
forward
3058 people have browsed it

This article will introduce to you how to disable VScode upgrade and prohibit VScode automatic upgrade plug-in. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.

How to disable automatic upgrade in VScode

VScode versionV1.54.1

VScode upgrade settings

VScode will release a new version every month .

By default, VScode will automatically download the new version, and then prompt to upgrade the new version in the lower right corner of the window. Click to upgrade VScode. [Recommended learning: "vscode tutorial"]

We can also choose the Check for Updates menu item in the Help menu to manually detect VScode new Version.

Disable VScode upgrade settings

Method 1

Run menuFilePreferences Select the Settings item in the submenu, search for update mode, and set it to none

How to disable automatic upgrade in VScode

Method 2

Open the View menu and select the Command Palette menu item or (Ctrl Shift P) shortcut key to open the command panel. In the command panel, enter Preferences: Open Settings (JSON) to open the user configuration JSON editing interface. Add"update.mode": "none".

Disable VScode to automatically upgrade plug-ins

By default, VSCode will automatically detect the upgrade plug-in. The method to disable VScode from automatically upgrading plug-ins is as follows:

Method 1

Run menuFilePreferencesSelect# in the submenu ##Settings item, search for Extensions: Auto Update, and cancel the selected state of the check box.

How to disable automatic upgrade in VScode

Method 2

Open the plug-in bar on the left (

Extensions) and click the upper right corner...Open the menu and select Disable Auto Updating Extensions

How to disable automatic upgrade in VScode

##Method 3

Open the

Display (View)

menu, select the Command Palette (Command Palette) menu item or (Ctrl Shift P) shortcut key to open the command palette. In the command panel, enter Preferences: Open Settings (JSON) to open the user configuration JSON editing interface. Add"extensions.autoUpdate": false. For more programming related knowledge, please visit:

Programming Video

! !

The above is the detailed content of How to disable automatic upgrade in VScode. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!