I’ve installed Sublime 2 on Ubuntu using a PPA repository and update it via this native Ubuntu mechanism, so it just annoys me to see “A new version is available…” every time I start Sublime. I’ve found nothing searching for “update” in Sublime configuration file. Where can I disable the notification?
Share
There is
update_checkfield in Sublime version 2.0.1 build 2217.Just go to
Preferences->Settings-Userand add there:"update_check": falseSublime then stops checking for the new version.
Note that at least for some versions this check is deliberately broken during the evaluation period.