Skip to content

Commit 2b9d905

Browse files
committed
Update README
1 parent 1848bf7 commit 2b9d905

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# vscode-gitextensions README
1+
# Visual Studio Code extension for GitExtensions
22

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

55
## Features
66

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

28-
## Intall
28+
Commands available via the icons in the Status Bar:
2929

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

32-
`code --install-extension vscode-gitextensions-0.0.1.vsix`
33+
## Intall
34+
35+
For the moment, download it in the `Release` Section and install it using the command palette (`ctrl + shift + p`)
36+
and then select `Extensions: Install from VSIX...`
3337

3438
## Requirements
3539

36-
GitExtensions should be accessible in the PATH.
40+
* GitExtensions should be accessible in the PATH.
41+
* Visual Studio Code v0.18
3742

3843
## Known Issues
3944

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

4247
## Release Notes
4348

49+
### 0.2.0
50+
51+
* Commands in the status bar
52+
4453
### 0.1.0
4554

46-
* Initial release of GitExtensions for Visual Studio Code
55+
* Initial release of GitExtensions for Visual Studio Code with command in the command palette
4756

0 commit comments

Comments
 (0)