File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
2+
3+ ### v0.1.0
4+
5+ - Init project
6+ - Add commands
7+ - ` vscode-gitui.open ` : Open GitUI
8+ - ` vscode-gitui.reload ` : Reload GitUI
Original file line number Diff line number Diff line change 22 "name" : " vscode-gitui" ,
33 "displayName" : " vscode-gitui" ,
44 "description" : " A VSCode extension to open GitUI in an integrated terminal." ,
5- "version" : " 0.0.1" ,
5+ "version" : " 0.1.0" ,
6+ "icon" : " assets/icon.png" ,
7+ "license" : " MIT" ,
8+ "publisher" : " gymynnym" ,
9+ "author" : {
10+ "name" : " gymynnym" ,
11+ "url" : " https://github.com/gymynnym"
12+ },
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " https://github.com/gymynnym/vscode-gitui.git"
16+ },
17+ "homepage" : " https://github.com/gymynnym/vscode-gitui.git" ,
618 "engines" : {
719 "vscode" : " ^1.105.0"
820 },
You can’t perform that action at this time.
0 commit comments