To get an IRIS session integrated in VSCode terminal, you can add it to settings.json :
"terminal.integrated.profiles.windows": {
"IRIS Terminal": {
"path": [
"C:\\InterSystems\\IRISHealth\\bin\\irissession.exe"
],
"args": ["<instance name>"],
"icon": "terminal-cmd"
}
}However, this terminal window will lack the niceties of the ISC Terminal application, such as command history.
- Log in to post comments