Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pmiossec committed Nov 16, 2017
1 parent 1848bf7 commit 2b9d905
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vscode-gitextensions README
# Visual Studio Code extension for GitExtensions

This is the Visual Studio Code extension to use GitExtensions.
This is the Visual Studio Code extension to use [GitExtensions](http://gitextensions.github.io/).

## Features

Expand All @@ -25,23 +25,32 @@ Commands available via the Command Palette:
* GitExtensions: Create a tag
* GitExtensions: Manage remotes

## Intall
Commands available via the icons in the Status Bar:

For the moment, dowload it in the `Release` Section and install it using:
* GitExtensions: Browse in GitExtensions
* GitExtensions: See File History

`code --install-extension vscode-gitextensions-0.0.1.vsix`
## Intall

For the moment, download it in the `Release` Section and install it using the command palette (`ctrl + shift + p`)
and then select `Extensions: Install from VSIX...`

## Requirements

GitExtensions should be accessible in the PATH.
* GitExtensions should be accessible in the PATH.
* Visual Studio Code v0.18

## Known Issues

None at the moment (it's a work in progress)

## Release Notes

### 0.2.0

* Commands in the status bar

### 0.1.0

* Initial release of GitExtensions for Visual Studio Code
* Initial release of GitExtensions for Visual Studio Code with command in the command palette

0 comments on commit 2b9d905

Please sign in to comment.