How to disable new version notifications?

23,218

Solution 1

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

Solution 2

Preferences / Settings - user

{
"update_check": false
}

Solution 3

How about you block Sublime Text's connection via firewall? Create a new rule. It worked for me.

Solution 4

For Sublime Text 3 Or Sublime 4 Latest Build - Build 4113 | BUILD 4121

GoTo Preferences -> Settings

and Add Below Line in Right Side Window Panel Of Sublime Text and Save It.

{
    "update_check": false,
}

enter image description here

Solution 5

Create a outbound rule in firewall for sublime_text.exe

Share:
23,218

Related videos on Youtube

Colonel Panic
Author by

Colonel Panic

If you really want to understand something, the best way is to try and explain it to someone else. That forces you to sort it out in your mind. And the more slow and dim-witted your pupil, the more you have to break things down into more and more simple ideas. And that's really the essence of programming. By the time you've sorted out a complicated idea into little steps that even a stupid machine can deal with, you've learned something about it yourself. —Douglas Adams

Updated on November 11, 2021

Comments

  • Colonel Panic
    Colonel Panic over 2 years

    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

    • MattDMo
      MattDMo over 8 years
      Can you still download the new versions from here? We're in the midst of a rapid release cycle, and bugs are being dealt with and new features added all the time, so I'd highly recommend staying up to date.
    • Colonel Panic
      Colonel Panic over 8 years
      Yeah there's a workaround but it's tedious so I'd rather update manually. My work whitelist what apps you can run as administrator, but the whitelist includes cmd!
    • Shayan Amani
      Shayan Amani almost 5 years
      Unregistered versions cannot disable update check.
  • expert
    expert over 7 years
    Works in 3124 (Ubuntu)
  • HammerN'Songs
    HammerN'Songs over 6 years
    The preferences setting appears to only work for paid versions. See github.com/SublimeTextIssues/Core/issues/1206 . The host file change works fine for me in 3126 (on Mint) though.
  • 8bitjunkie
    8bitjunkie about 6 years
    Not for me it isn't.
  • EFE
    EFE over 5 years
    i added -> "update_check": false <- to the right side file. there are two files when you click settings. left side says : // Place your settings in the file "Packages/User/Preferences.sublime-settings", // which overrides the settings in here. .So i did and i think it works.
  • Simon Steinberger
    Simon Steinberger over 5 years
    Works in Windows 10 with Sublime 3 via hosts file.
  • Hack it
    Hack it over 2 years
    Works in ( Windows ) SublimeText - 4113 Build