Article John Murray · Aug 9 1m read VS Code ObjectScript extension 2.12.6 and later can optionally display server documents read-only if source control class reports them as such A nice feature that we recently added to version 2.12.6 of the VS Code ObjectScript extension is controlled by this new setting: objectscript.serverSourceControl.respectEditableStatus When set true in JSON, or checked in the Settings Editor, a server-side file will be read-only if the source control class for the namespace reports that it is not editable. #Caché #Ensemble #HealthShare #InterSystems IRIS #InterSystems IRIS for Health 4 0 1 61
Article John Murray · Aug 9 2m read WebTerminal is broken on IRIS 2024.2 I'm posting this for the benefit of WebTerminal users who have upgraded to the recently-released IRIS 2024.2 -- (Build 247U) Tue Jul 16 2024 09:52:30 EDT -- or are considering doing so. That version of 2024.2 contains a change (DP-432503) which requires that the user under which the Web Gateway initially connects to IRIS (usually CSPSystem) must have READ permission on the database hosting the dispatch class of the REST web application. #InterSystems IRIS Open Exchange app 6 2 1 195
Article John Murray · Jul 24 2m read XML export of Studio project unexpectedly omits webapp (CSP) files when webapp name doesn't contain any slashes I encountered this quirk when investigating an unrelated issue affecting how Studio projects are handled in VS Code. When you add the top level of the webapp to a %Studio.Project this inserts a %Studio.ProjectItem with a .DIR suffix. For example, if Studio or VS Code is connected to the USER namespace and you add the /csp/user webapp to a project the new ProjectItem name is "csp/user.DIR". #Caché #InterSystems IRIS 2 2 0 56
Announcement John Murray · Jun 24 Gauging interest in having a ZPM / IPM extension for VS Code If you use VS Code and ZPM / IPM, and would like a GUI-type alternative to the CLI of the latter, please upvote https://ideas.intersystems.com/ideas/DPI-I-602 Suggestions about how you think this new UX should look and behave are welcome, so feel free to add your comments to the idea. #InterSystems Package Manager (IPM) #VSCode 1 5 0 120
Article John Murray · Oct 13, 2023 2m read How to provide VS Code settings, snippets and debug configurations to everyone working server-side in a shared namespace When you use VS Code to edit source code, the settings model allows you to specify folder-specific values for some settings by using a settings.json file located in a .vscode sub-folder of the workspace root folder. A value set here takes precedence over one from your personal settings when you are working within that workspace root folder. #Development Environment #VSCode Open Exchange app 5 1 1 409
Announcement John Murray · Oct 9, 2023 The leading bookmark extension for VS Code now works with server-side editing workspaces Until a couple of days ago the most downloaded bookmark extension for VS Code, Bookmarks by Alessandro Fragnani, wasn't able to handle the isfs file references that the InterSystems ObjectScript extension uses when you are operating in a Studio-like way and editing classes & routines directly in a namespace. #VSCode 2 1 0 193
Article John Murray · Sep 21, 2023 1m read Getting started with the Jupyter Server Proxy extension for VS Code Earlier this year I announced availability of a VS Code extension for coding in ObjectScript, Embedded Python or SQL using the notebook paradigm popularized by Jupyter. Today I published a maintenance release to correct a "getting started" problem. Here's a video of the installation steps from the extension's README: Why not try it for yourself? #Embedded Python #ObjectScript #SQL #VSCode 6 3 0 291
Discussion John Murray · Sep 8, 2023 Unable to create trial deployment on Health Connect Cloud Earlier today I enrolled at Cloud Services Portal and clicked "Start trial" for the "Health Connect Cloud" service. Next step was "Create Deployment". The only deployment size offered was "Micro", so I picked that, completed the other required details and clicked "Create". Response was: #Cloud #Health Connect #HealthShare 0 9 0 235
Article John Murray · Sep 7, 2023 1m read One reason for VS Code being unable to connect to your server This scenario showed up yesterday at a client site when I was delivering bespoke consultation on migration from Studio to VS Code. #Authentication #VSCode 7 1 0 318
Discussion John Murray · Aug 9, 2023 Vote for a VS Code change that will make IRIS Portal work better in the Simple Browser tab Documentation here explains how IRIS Portal can be launched in a tab in the VS Code editing area from Server Manager. One limitation though is that if you then perform an action in Portal which needs to invoke a modal message box in the browser (e.g. window.alert() or window.confirm()) this doesn't work. #VSCode 5 14 1 266
Announcement John Murray · Jun 29, 2023 Share VS Code snippets as IPM / ZPM packages VS Code has a powerful snippets capability, and its Marketplace offers a way for developers to publish their snippets so others can use them. However, publishing on Marketplace takes some effort and snippets targeting InterSystems coders will realistically only be of interest to a very small number of Marketplace visitors. #Contest #VSCode Open Exchange app 3 5 0 309
Discussion John Murray · Jun 15, 2023 Studio to VS Code migration -- addressing the export/import pain-point In the discussions at https://community.intersystems.com/post/intersystems-studio-deprecated-starting-20232 one notable topic has been that some Studio users make regular use of its facilities for exporting multiple code artifacts (e.g. classes and routines) into a single XML file on the workstation, then exporting that file into a different server namespace. #Development Environment #Management Portal #Studio #VSCode 3 4 1 382
Question John Murray · Jun 11, 2023 Can a ZPM / IPM package be required to install in %SYS only? I am trying to write the module.xml for a package that creates a web application associated with the %SYS namespace. #InterSystems Package Manager (IPM) #InterSystems IRIS 0 3 0 255
Announcement John Murray · Jun 4, 2023 Announcing Jupyter Server Proxy for VS Code For several years now Visual Studio Code has supported the notebook coding paradigm with a maturing UX and an API that is enabling a notebook extensions ecosystem to grow. One of the best-known notebook platforms is Jupyter Notebooks. A Microsoft team publishes an extension that allows VS Code to handle .ipynb notebook files. These can either work against a local Python environment or connect to a Jupyter Server, which typically hosts remote Python environments with beefier resources. What if your InterSystems IRIS environments, whether local on your workstation or remote in your organization / cloud, could operate as Jupyter Servers? And not only for Embedded Python but also for ObjectScript and SQL "If we build it, will they come?" #Development Environment #Embedded Python #Machine Learning (ML) #Tools #InterSystems Ideas Portal #InterSystems IRIS #VSCode Open Exchange app 6 5 2 692
Announcement John Murray · May 22, 2023 InterSystems Testing Manager - a new VS Code extension for the %UnitTest framework If you have already built unit tests using the %UnitTest framework, or are thinking about doing so, please take a look at InterSystems Testing Manager. Without leaving VS Code you can now browse your unit tests, run or debug them, and view previous run results. #Testing #Tools #Caché #InterSystems Ideas Portal #InterSystems IRIS #VSCode Open Exchange app 8 24 1 716
Announcement John Murray · Apr 21, 2023 Upcoming VS Code enhancement improves gj :: codeSpex experience Our gj :: codeSpex extension for VS Code, which is part of the DX Jetpack, allows documentation to be displayed inline while you are coding classes. In some cases the documentation is extensive, and the lack of scrolling support in the VS Code comment element we are using was degrading the DX. #Development Environment #VSCode Open Exchange app 2 0 0 150
Announcement John Murray · Feb 12, 2023 DX Jetpack now has an online demo It's not too late to strap into the DX Jetpack for VS Code, take it for a test flight, and consider voting for it. Online demo on Gitpod is HERE. Ignore any initial notifications about ports being opened. The ServerDiff extension will ask for permission to reinstall itself in order to use the `quickDiff` API proposal that it relies on. Click 'Yes'. #VSCode Open Exchange app 1 0 0 69
Announcement John Murray · Feb 10, 2023 gj :: codeSpex now supports exclusions I just released an update of the gj :: codeSpex extension containing a new feature - Exclusions. #Contest #Tools #VSCode Open Exchange app 3 0 0 134
Article John Murray · Feb 6, 2023 2m read Introducing DX Jetpack for VS Code Strap on this jetpack to boost your developer experience in Visual Studio Code. DX Jetpack for VS Code was my entry for the 2023 Developer Tools Contest, where it achieved 2nd place in the Experts vote and 5th place in the Community vote. It is an extension pack for VS Code, bundling three entirely new extensions created by me, plus a couple that we at George James Software published previously. The new extensions are: gj :: codeSpex ObjectScript Class View ServerDiff If you're reluctant to install DX Jetpack right away, why not try it using a dev container? In the dev container is an InterSystems IRIS Community environment augmented with InterSystems Package Manager (IPM) and the isc-codetidy package. #Contest #George James Software #Open Source #Tools #VSCode Open Exchange app 3 2 1 455
Announcement John Murray · Oct 4, 2022 Server Manager 3 is now out of preview Server Manager is a Visual Studio Code extension that helps you manage the server connection definitions you probably need when working with the InterSystems ObjectScript extension for VS Code. For the past ten months version 3 of Server Manager has been available as a pre-release extension, providing better security for stored passwords. Today Server Manager came out of preview. If you use Server Manager please check for updates in VS Code's Extensions view. The version number of today's release is 3.2.1. #VSCode Open Exchange app 4 0 0 172