intersystems-community / intersystems-servermanager

VS Code helper extension defining connections to InterSystems servers
https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager
MIT License
13 stars 12 forks source link

Create @intersystems-community/intersystems-servermanager NPM package #166

Closed gjsjohnmurray closed 1 year ago

gjsjohnmurray commented 1 year ago

This PR adds an NPM package that other extensions can use when leveraging the API this extension publishes.

It also updates Server Manager to use this package, as a way of validating the package's correctness.

gjsjohnmurray commented 1 year ago

@isc-bsaviano this PR is a draft because it contains the part which defines the new package. Please take a look at the commit and raise any queries with me. Once you are happy with it I will build and publish the package, then add a second commit that makes Server Manager itself use the package. At that point I will set the PR as ready for review.

isc-bsaviano commented 1 year ago

Looks good to me

gjsjohnmurray commented 1 year ago

@isc-bsaviano this is ready for you, but there's no rush because I have already published the NPM package and started using it in another project.