You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because when Sublime Text starts, Package Control runs a called Package Clean Up which uninstalls all dependencies which are not
required by the installed packages, except the default packages and the installed dependencies.
Therefore,
if a dependency or a default package, requires dependencies,
its dependencies are going to be uninstalled as soon as package control starts up.
dependencies on the package clean up. Issue:
If a Default Package or a dependency requires a dependency, its
dependency is uninstalled at clean on package control start up
wbond#1304
Currently dependencies don't support dependencies, so this makes sense. None of the packages on your machine require a dependency, so it will be uninstalled.
evandrocoan
changed the title
If a Default Package or a dependency requires a dependency, its dependency is uninstalled at clean on package control start up
If a Default Package or a dependency requires a dependency, its dependency is uninstalled on package control start up
Dec 18, 2017
Why it is uninstalling?
Because when Sublime Text starts,
Package Control
runs a calledPackage Clean Up
which uninstalls all dependencies which are notrequired by the installed packages, except the default packages and the installed dependencies.
Therefore,
if a dependency or a default package, requires dependencies,
its dependencies are going to be uninstalled as soon as package control starts up.
__
Related:
The text was updated successfully, but these errors were encountered: