Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GuacamoleNew to Visual Studio Code? Get it now.
Guacamole

Guacamole

scmlab

|
406 installs
| (0) | Free
Guacamole on vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Guacamole on VS Code

Installation

MarketPlace Tag

Search for "Guacamole" 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 with the exact version and tag name (v0.0.18 in this case). So that the extension could fetch the correct prebuilt binary from GitHub.
  2. The version value is set to "v0.0.18" in src/Config.res: https://github.com/scmlab/gcl-vscode/blob/e03772c4db11fad9535bf824bff2d74166cdf244/src/Config.res#L1
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft