Search for "Guabao" and install it from the Visual Studio Marketplace
After cloning this repository, download dependencies and build files with:
npm install
npm run build
Fire up this command to enter the "watch mode" so that you don't have to rebuild stuff manually:
npm run dev
Press F5 in VS Code and you should have this extension up and running.
Say, we have a new version v0.0.18
and we want to publish it to the Marketplace, simply run:
git tag v0.0.18
git push --tags
This should trigger the deployment process on GitHub Actions.
Before publishing, please make sure that:
- There's a corresponding release of
gcl
within the range specified insrc/Connection__Probe.chooseFromReleases
. So that the extension could fetch the correct prebuilt binary from GitHub. - The
version
field is set to"v0.0.18"
inpackage.json
: