Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.07 KB

installation-notes.md

File metadata and controls

37 lines (24 loc) · 1.07 KB

Guabao on VS Code

Installation

Search for "Guabao" and install it from the Visual Studio Marketplace

Development

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.

Deployment

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:

  1. There's a corresponding release of gcl within the range specified in src/Connection__Probe.chooseFromReleases. So that the extension could fetch the correct prebuilt binary from GitHub.
  2. The version field is set to "v0.0.18" in package.json: