Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off Sublime 2 updates notification?

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?

like image 211
Ivan Avatar asked Dec 14 '11 14:12

Ivan


People also ask

How to disable Sublime update notification?

Just go to Preferences -> Settings-User and add there: “update_check”: false, I was puzzled at first. Thank you for sharing this!


1 Answers

There is update_check field in Sublime version 2.0.1 build 2217.

Just go to Preferences -> Settings-User and add there: "update_check": false

Sublime then stops checking for the new version.

enter image description here

Note that at least for some versions this check is deliberately broken during the evaluation period.

like image 144
pazadev Avatar answered Sep 22 '22 13:09

pazadev