Is there something similar to the Studio Output panel available in Visual Studio Code?
Hi everyone,
Lately, I've been spending a lot of time with Visual Studio Code (VSC), and I've been wondering if there's a terminal or a panel within VSC that acts like the Intersystems Studio Output panel, which serves both as an input and output window and allows the execution of ObjectScript commands.
Could anyone help? Thanks :)
Product version: IRIS 2021.1
If you're using 2023.2 there's a built-in WebSocket Terminal feature, with a convenient way to launch these terminals from the Namespaces tree of Server Manager:
that is a very cool feature ... thanks!!
Thanks John, this is an interesting feature! Unfortunately I've only IRIS 2021.1 😓
Maybe try this extension.
I'm using VSCode to code on IRIS that starts from Docker. And with this approach you have the Terminal available in a menu - see the screenshot and loom:
Loom video
https://www.loom.com/embed/ad320152ba244e7b91b9a087e21a8797?sid=4bba73de-5bcd-4f9e-92c5-aed79890fbdb
[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
Thanks Evgeny, this is a good solution for who use Docker!
To conclude this discussion, I've summarized the solutions that have been suggested:
Additionally, I've come across a few more solutions:
"IRIS Terminal": { "path": [ "C:\\InterSystems\\IRISHealth\\bin\\irissession.exe" ], "args": ["IRISHEALTH"], "icon": "terminal-cmd" }
Note: Select the right path of irissession.exe.
c. Navigate to: Terminal > New Terminal > Launch Profile… > IRIS Terminal.
thank you for the excellent summary! I recommend that you create a standalone article highlighting what you have learned.
Thanks for the suggestion, I will!
Indeed! It makes sense to create an article to share your experience ;)
💡 This question is considered a Key Question. More details here.