Search code examples
sublimetext3sublimetextsublimetext4

How to disable new version notifications?


Whenever I open Sublime Text it throws a pop-up:

A new version of Sublime Text is available, download now?

How can I disable this check? My work blocks installing software updates.

enter image description here


Solution

  • Go to Preferences -> Settings-User and add there: "update_check": false

    EDIT :

    If it's not working then add this line 127.0.0.1 www.sublimetext.com in your host file

    File Location

    Windows : c:/windows/system32/drivers/etc/hosts

    Linux : /etc/hosts