Currently, the chocolatey package for sublime text installs sublime-text without modifying any of it’s default settings. This means that every time sublime-text opens, it checks for an update and offers the current user the option update. If the user does click the button to update, sublime-text would update itself, breaking the version synchronization with chocolatey.
A user-specific setting does exist for disabling update checking ("update_check": false
), but a system-wide equivalent does not.
I propose that a system-wide setting for disabling update-checking be added.