In order to set the logging levels (based on preferences), this package should load as early as possible, which requires it to have a higher lexicographic precedence over other packages. Package Control introduces the 0_package_control_loader package for this reason.
This precedence is relevant for both initial loading and plugin_loaded callbacks.
In order to set the logging levels (based on preferences), this package should load as early as possible, which requires it to have a higher lexicographic precedence over other packages. Package Control introduces the
0_package_control_loaderpackage for this reason.This precedence is relevant for both initial loading and
plugin_loadedcallbacks.