Uh oh!
There was an error while loading. Please reload this page.
prevent disabled packages from triggering status view updates - #958
Conversation
winstliu
commented
Jun 1, 2017
Looks like I labeled that as a bug a bit too hastily. Looking back, I think this is expected behavior: there is still an update available for the disabled package, and we should probably be displaying that in the status view. @KSXGitHub is there any reason why you think disabled packages shouldn't be displayed in the status bar? |
KSXGitHub
commented
Jun 2, 2017
@50Wliu There is no reason I would want to frequently update a disabled package because I do not use it frequently. If I really want to update a disabled package, I can just go to settings view or just use apm.
I think you should label #956 as a feature rather than a bug |
winstliu
commented
Jul 16, 2017
Ok, I now agree with this change. However, there needs to be additional logic in |
Description of the Change
Check when a package update is available if it is disabled and prevent a status view alert.
Fixes#956
Benefits
Remove unnecessary update noise to users.