/vscode-gitandgithub-pack

A collection of VSCode essential extensions to work with Git and GitHub.

MIT LicenseMIT

Git & GitHub Extension Pack

A collection of essential extensions to increase your productivity while working with Git and GitHub, created by vinirossa

Included extensions

Want to install only some extensions?

To install only some of the fonts, just edit the package.json file removing the unwanted extensionPack consequences and then follow the procedures below to install locally.

How to develop and install locally

  • Clone the repository
$ git clone https://github.com/vinirossa/vscode-gitandgithub-pack
  • Install vsce
$npm install -g vsce
  • Create the extension package
$vsce package
  • Install the extension via the .vsix file
  1. Open VS Code
  2. Select Extensions from the menu
  3. Click More > Install from VSIX...
  4. Select the reloaded-extension-pack-x.x.x.vsix file
  5. Click Reload Now to reload the VS Code

For more information