Home  >  Article  >  Development Tools  >  Let’s talk about how to turn off automatic updates in Sublime (picture and text introduction)

Let’s talk about how to turn off automatic updates in Sublime (picture and text introduction)

青灯夜游
青灯夜游forward
2022-02-24 10:29:1022579browse

The following tutorial column from sublime will introduce to you how to turn off automatic updates in Sublime Text. I hope it will be helpful to friends in need!

Let’s talk about how to turn off automatic updates in Sublime (picture and text introduction)

Sublime Text Turn off automatic updates

1. Open Sublime Text 3 and the software will pop up “Update Available” " dialog box, click the "Cancel" button to cancel;

Let’s talk about how to turn off automatic updates in Sublime (picture and text introduction)

2. Click "Preferences" => "Settings-User" in the menu bar to enter the personal parameter setting page;

Sublime Text 如何关闭自动更新

3. After entering the parameter setting interface, find the position of the curly brackets "{}";

Let’s talk about how to turn off automatic updates in Sublime (picture and text introduction)

4. Insert the following code inside the brackets "{}": "update_check": false,

Let’s talk about how to turn off automatic updates in Sublime (picture and text introduction)

5. Directly save the personal parameter setting page, or prompt after closing Select "Yes" in the dialog box to set save changes;

Let’s talk about how to turn off automatic updates in Sublime (picture and text introduction)

#6. After setting, restart the software and the automatic update dialog box will not pop up.

Let’s talk about how to turn off automatic updates in Sublime (picture and text introduction)

The above is the detailed content of Let’s talk about how to turn off automatic updates in Sublime (picture and text introduction). For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete