Skip to content

feat(statusbar): create merge request when none exist for current branch

Related to #291 (closed)

Disclaimer: I have never learned JavaScript or TypeScript or contributed to a VSCode extension, so I may have missed something. But this change seemed trivial enough that I wanted to try it anyway.

This changes the MR button in the status bar to run the "Create new merge request on current project"-command when clicked on if no MR has been detected. Before it would have just informed the user that no MR exists for the branch.

Edited by Tomas Vik

Merge request reports