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
The launcher spins up zwe in a shell which in turn runs configmgr to do validation of the YAML all before just returning a list of which components have "enabled: true" in the YAML.
The launcher already has configmgr logic within. It does not need to consult zwe for this.
Change "get_component_list" https://github.com/zowe/launcher/blob/v2.x/staging/src/main.c#L1754 to just use cfg functions to read which components.[component-name].enabled values are true, instead of spawning a program to figure that out as we do today.
The text was updated successfully, but these errors were encountered:
The launcher spins up zwe in a shell which in turn runs configmgr to do validation of the YAML all before just returning a list of which components have "enabled: true" in the YAML.
The launcher already has configmgr logic within. It does not need to consult zwe for this.
Change "get_component_list" https://github.com/zowe/launcher/blob/v2.x/staging/src/main.c#L1754 to just use
cfg
functions to read whichcomponents.[component-name].enabled
values aretrue
, instead of spawning a program to figure that out as we do today.The text was updated successfully, but these errors were encountered: