Configure Your Instance
Configure Your Instance
Because the extensions connect with an InterSystems instance using its /api/atelier web application, you must ensure that /api/atelier is enabled, and that it is properly configured to accept authenticated requests from VS Code. (Usually, this web application is properly configured upon installation. However, you may need to enable the application manually if you installed your instance with Locked Down security settings.)
Follow the instructions in Edit a Web ApplicationOpens in a new tab to review the configuration for /api/atelier, ensuring that the following conditions are met:
-
Enable Application is selected.
-
The application is enabled as a REST application, using the Dispatch Class %Api.Atelier.
-
Resource Required specifies a resource which is held exclusively by InterSystems users who are authorized to develop and deploy code on the instance. By default, InterSystems provides the %Development resource for this purpose. If you are unfamiliar with how security works within InterSystems products, refer to Introducing InterSystems SecurityOpens in a new tab for an orientation.