Skip to main content

Set Up the InterSystems ObjectScript Extension Pack

Install VS Code

If you have not already done so, you must install Visual Studio Code (VS Code) before you install the InterSystems® ObjectScript Extension Pack for VS Code.

Installation media for Visual Studio Code (VS Code) is available on the Visual Studio Code download pageOpens in a new tab. Simply download the appropriate build for your platform and follow the installation procedure.

Install the InterSystems ObjectScript Extensions

To develop ObjectScript code using VS Code, you must install the following extensions:

  • InterSystems Language Server

  • InterSystems ObjectScript

  • InterSystems Server Manager

These extension are grouped together in the InterSystems ObjectScript Extension Pack. You can install these locations from the following Visual Studio Code Marketplace page: https://marketplace.visualstudio.com/items?itemName=intersystems-community.objectscript-packOpens in a new tab. Select the Install button to initiate the installation within VS Code.

Note:

The extensions are also available for download on the Open VSX Registry, which is commonly used with forks or alternative distributions of VS Code. You can download the ObjectScript extension pack from the Open VSX Registry here: https://open-vsx.org/extension/intersystems-community/objectscript-packOpens in a new tab.

Alternatively, you can install these extensions within VS Code by performing the following steps:

  1. Run VS Code.

  2. From within the application, click the extensions button in the Activity Bar on the left edge of the VS Code window: Extensions icon

  3. Type intersystems in the search field to find the relevant extensions in the Marketplace, as illustrated in the following image:

    VS Code Marketplace search results for InterSystems

  4. Select the Install button for the InterSystems ObjectScript Extension Pack. Alternatively, you can install each extension independently by selecting the Install button for each of the required extensions.

Note:

If you are using an Nginx web server to connect to InterSystems IRIS, you must configure Nginx to use VS CodeOpens in a new tab with the InterSystems ObjectScript Extension Pack.

Configure Your Web Server

The extensions connect with an InterSystems instance using the instance’s /api/atelier web application. In some cases, you may need to configure the web server which serves your instance so that it can serve this connection:

FeedbackOpens in a new tab