TODO FIX these lines, they are not accurate
A simple shared library for the vscode-server-connector and any extensions to it to provide a shared API between the two.
See the RSP repo for further details about RSP. See the VSCode server connector repo for more details about the server connector.
npm i vscode-server-connector-api
Unit tests (if any exist) are located in test
. To run all unit tests:
npm run test
To publish our module, run the command
npm publish
npm run build