Open kraabrsg opened 3 years ago
Thanks for submitting this idea. If we implement such a feature we would do it with ZAPP files as the scope of settings is controlled by the editor. With ZAPP files we can control this ourselves and define it to meet our user's needs.
We are using the IBM Z OPEN EDITOR alongside with ZOWE EXPLORER, ZOWE PLUGINS and powershell tasks (+helper extensions for easier triggering of the powershell scripts, but these don't matter for this request).
VSCODIUM is setup with a multiroot workspace:
local filestructure in VSCODIUM: [PRODUCT/RELEASE] Folder
Editor settings: .... "zopeneditor.propertygroups": [ { "name": "mvs-members", "type": "mvs", "syslib": [ "[USER].AAA.BBB", "XXX.YYY.ZZZ.COPYBOOK", "XXX.[PRODUCT].T[RELEASE].COPYBOOK", "XXX.[PRODUCT].B[RELEASE].COPYBOOK", "XXX.[PRODUCT].R[RELEASE].COPYBOOK" ] }, ....
Description of the enhancement requested
The possibility to map host datasets to different product/release folders (+ subfolders).
example: When browsing copybooks on local Subfolder A1 the SYSLIB of A1 should be "connected" to it. When browsing copybook on local Subfolder B2 the SYSLIB of B2 should be "connected" to it. Where A means [PRODUCT] and 1 [RELEASE],etc...
For now we could not manage to get this working with the current possibilities, if there is a way please provide an Example.
Thanks!