function AllProvidersStrategyOn() {
  return atom.config.get(`${consts.PACKAGE_NAME}.${consts.CF_PROVIDER_STRATEGY_ALL}`) === true;
}