zowe / zowe-cli-secrets-for-kubernetes

Eclipse Public License 2.0
0 stars 0 forks source link

VS Code Package Setup #6

Closed rudyflores closed 1 year ago

rudyflores commented 1 year ago

Setup for VS Code package in the monorepo, currently this extension when installed only displays an information message for mentioning the extension has activated successfully, but is a good start to the upcoming work.

The VS Code package is handled with the following for bundling & minimizing:

The use of turbopack can build packages in the monorepo using caching now!

For testing try running the following:

if you run npm run build several times you'll notice builds become faster and if changes are made it will dynamically bundle the necessary packages!

Try testing installing both packages in the /dist folder of the root directory, when installing the vsix it should display a message on the bottom right saying Extension has activated once the extension activates (this is only for now for testing purposes).

Extra: if clicking the play button in the Run & Debug panel in VS Code, it will open the development extension host which will allow testing of the extension and set breakpoints in future development of the repo!