vscode-git-notifyVisual Studio Code extension, which receives and shows git events from webhooks. Table of contentsInstall [↑]Launch VS Code Quick Open (
Or search for things like How to use [↑]Settings [↑]Open (or create) your Add a
The following providers and events are supported:
Bitbucket [↑]First you have to create a webhook for your repository. Click on the Setup the URL, that should be called for an event. This URL must be able to redirect to your machine, where your VS Code instance runs. For that, you should check your firewall settings.
This will open a HTTP server instance on your machine on port GitHub [↑]First you have to create a webhook for your repository. Click on the Click on Setup the URL, that should be called for an event. This URL must be able to redirect to your machine, where your VS Code instance runs. For that, you should check your firewall settings. Now, you can define a watcher in your settings (it is recommended to do this globally -
This will open a HTTP server instance on your machine on port Gitea [↑]First you have to create a webhook for your repository. Click on the Setup the URL, that should be called for an event. This URL must be able to redirect to your machine, where your VS Code instance runs. For that, you should check your firewall settings. Now, you can define a watcher in your settings (it is recommended to do this globally -
This will open a HTTP server instance on your machine on port GitLab [↑]First you have to create a webhook for your repository. Click on the Setup the URL, that should be called for an event. This URL must be able to redirect to your machine, where your VS Code instance runs. For that, you should check your firewall settings.
This will open a HTTP server instance on your machine on port Secure HTTP [↑]It is highly recommended, to setup secure HTTPS instead of plain HTTP:
You can also use relative paths for the SSL files, of course. Those paths are tried to be mapped in the following order:
If you use a self-signed certificate, you should disable SSL verification in your git provider / hoster. In GitHub, e.g., you have to click on Support and contribute [↑]If you like the extension, you can support the project by sending a donation via PayPal to me. To contribute, you can open an issue and/or fork this repository. To work with the code:
|