Question Yehuda Israel · Jul 21, 2022

Open Exchange Terminal in VSCode

How do I open the open exchange terminal in VSCode to download applications?  Thank you.

Comments

Evgeny Shvarov  Jul 21, 2022 to Yehuda Israel

Great! for that you need ZPM installed, or take any community docker-image with ZPM onboard, e.g. the latest image via:

FROM intersystemsdc/iris-community

and run the command usual iris terminal:

USER>zpm "install git-source-control"

Also calling @Timothy Leavitt as an author of git-source-control 

0