IBM / zopeneditor-about

IBM Z Open Editor: File issues here!
https://ibm.github.io/zopeneditor-about
Apache License 2.0
49 stars 20 forks source link

{env:USERNAME} in zapp.yaml? #325

Closed COBOL-Erik closed 11 months ago

COBOL-Erik commented 1 year ago

I would like all mainframe developers to be able to share a zapp.yaml, with no need for changes by individual developers. But we have personal datasets for copy books, that follow naming conventions. Could it be possible to specify variables in the zapp.yaml file? For example something like {env:USERNAME} (used in other settings in VS Code)?

phaumer commented 1 year ago

@COBOL-Erik thanks for this item. We agree that this would be important to add. I moved the item to this repository in which we collect the Z Open Editor issues.

FALLAI-Denis commented 1 year ago

Hi,

Especially if the zapp file resides in the VS Code Workspace so in the Git repository because it is part of the Application and is therefore shared by all users who work with this Git repository.

COBOL-Erik commented 1 year ago

Exactly! Thanks!

COBOL-Erik commented 11 months ago

This is implemented now. Thanks!

phaumer commented 11 months ago

Ok, thanks. We do not do environment variables, but you define variables as settings. Great to hear that this works for you.

COBOL-Erik commented 11 months ago

That’s what I meant. We add the variable with a script 😊