salesforcedx-vscode
salesforcedx-vscode copied to clipboard
chore: move configAggProvider to from core to utils
What does this PR do?
This is a change to prove out having a dependency from core to the utils-vscode package. The intention is to only have classes for accessing configs in the untils package that all other extensions use to utilize.
What issues does this PR fix or reference?
@W-11528403@
Functionality Before
configAggragatorProvider lives in core package.
Functionality After
configAggragatorProvider lives in the utils package.