File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 2.1.2
4+
5+ * Added: A button to the Source Control Management (SCM) view for quick access to the 'Create MR' action.
6+
37## 2.1.1
48
59* Fixed: Addressed an issue where Merge Request creation would fail if the local branch did not exist on the remote repository.
Original file line number Diff line number Diff line change 22 "name" : " gitlab-mr-ui" ,
33 "displayName" : " Gitlab MR UI" ,
44 "description" : " Quick create merge request with UI" ,
5- "version" : " 2.1.1 " ,
5+ "version" : " 2.1.2 " ,
66 "publisher" : " JustLookAtNow" ,
77 "repository" : {
88 "type" : " git" ,
2121 "commands" : [
2222 {
2323 "command" : " extension.openMR" ,
24- "title" : " Gitlab MR: Create MR"
24+ "title" : " Gitlab MR: Create MR" ,
25+ "icon" : " $(git-pull-request)"
2526 },
2627 {
2728 "command" : " extension.viewMR" ,
5657 "when" : " editorTextFocus"
5758 }
5859 ],
60+ "menus" : {
61+ "scm/title" : [
62+ {
63+ "command" : " extension.openMR" ,
64+ "when" : " scmProvider == 'git'" ,
65+ "group" : " navigation"
66+ }
67+ ]
68+ },
5969 "configuration" : {
6070 "title" : " Gitlab MR" ,
6171 "properties" : {
You can’t perform that action at this time.
0 commit comments