Developer tools contest
This is an Visual Studio Code extension that enables users to query, display and install Intersystems Package Manager repositories. IPM is very similar to package managers like nuget or npm, just built and target at Intersystems products.
You can install this extension from the VS Code marketplace here
Multiple Package Manager locations defined in the users VS Code preferences (settings file).
A custom activity bar for dispaying the package managers
Displaying with action buttons packages that available from each configured IPM Url.
Provides action buttons to copy the ZPM install command (to use in a IRIS terminal) and open repository for each package.
This extension does not have any specific requirements for it to run outside of a IPM registry.
A soft requirement would be that you need a Intersystems IRIS or IRIS 4 Health environment with the IPM application installed.
This extension contributes the following settings:
ipm.repositories
: Array of objects that list each of the IPM registries that you would like to show in the activity explorer. "ipm.repositories": [
{
"name":"Community",
"url":"https://pm.community.intersystems.com"
}
]
For release notes view our changelog.md file.