Open Exchange Terminal in VSCode
How do I open the open exchange terminal in VSCode to download applications? Thank you.
Discussion (4)0
Comments
One way is to use my webterminal-vscode extension in conjunction with the WebTerminal package.
What apps do you want to install?
git-source-control
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