sublimetext - How to disable new version notifications? -


whenever open sublime text throws pop-up:

a new version of sublime text available, download now?

how can disable check? work blocks installing software updates.

enter image description here

go preferences -> settings-user , add there: "update_check": false

edit :

if it's not working add line 127.0.0.1 www.sublimetext.com in host file

file location

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

linux : /etc/hosts


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -