How do packages that are installed, get updated? Or rather, how do I make sure my packages are being updated?
Cheers!
How do packages that are installed, get updated? Or rather, how do I make sure my packages are being updated?
Cheers!
They will be automatically upgraded.
To force check and perform a upgrade:
ctrl+shift+p
package control upgrade all packages
(I type packupall
usually.)enter
To check package versions:
ctrl+shift+p
package control list packages
(I type packlist
usually.)enter
Thanks for the tip. Is there a way to also diactivate automatic updates? Thanks