Sublime Forum

How to disable download new version pop-up?

#1

Hey, I bought sublime licence to support further development and to get rid of the activation pop-up.
I like updates, as much as any web developer, but I dont want to update sublime every few days, nor every 1-2 weeks. I update my work env every month (ubuntu packages) and I also get sublime updates, through the package manager. How can I disable the editor pop-up that invites me to update every day?

0 Likes

#2

Just go to Preferences -> Settings-User and add there:
“update_check”: false,

0 Likes

#3

Note also that if you want less updates and a more stable editor the stable channel is there to provide that.

0 Likes

#4

Thank you guys, you both pretty quick to answer. I added the update_check in config, restarted a few times, no more pop-ups.
Thanks again!

0 Likes