-
-
Notifications
You must be signed in to change notification settings - Fork 818
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix index_files being set False on Package Control updates
This commit persists old user value of `index_files` settings on disk as global variables/states are vanished during Package Control updates, causing `index_files` not being reset afterwards. It uses json serialization to be able to extend backup usage in future, without loosing backward compatibility. As Package Control blocks all other updates, if it is going to update itself, it is very unlikely other settings stored by PackageDisabler need to be persisted for the purpose of surviving Package Control update. There may however be other use cases to do so, which are not within scope of this fix.
- Loading branch information
Showing
1 changed file
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters