- Adds a "VSCode" button in Github.com, Gitlab and Bitbucket
- Jump from your browser to VSCode in one click
- Automatically clone the repo if it doesn't exist locally (at the right place !)
- For example, this repo will be cloned at :
You can edit the path in the VSCode GitBridge extension settings.$HOME/repositories/github.com/leorolland/git-bridge-browser
All the code from this repository comes from the great Gitpod extension and has been slightly edited for Git Bridge.
yarn install && yarn build && yarn package
⚠️ A machine running macOS and Xcode 12+ installed is required!
First, run the following to install dependencies and build the web extension:
yarn install && yarn build && yarn package
Then run the build:safari
command to build the Safari extension around the web extension:
yarn build:safari
Hit enter
when presented with this screen.
Xcode
will open the GitBridge.xcodeproj
automatically if it's installed.
Build the extension and
- unzip
gitbridge.xpi
and load it as “unpackaged extension” (Chrome) or - load
gitbridge.xpi
as “temporary add-on” (Firefox) or - open
GitBridge/GitBridge.xcodeproj
and run the project withcmd
+r
.⚠️ Safari must have Allow Unsigned Extensions enabled.
The extension is active until the next restart of your browser.
We are currently tracking all issues related to the browser extension in the gitbridge-io/gitbridge
repository.
You can use the component: browser-extension
label to search for relevant issues including feature proposals and bug reports.