Skip to content

CDTRSFE/gitlab-mrt

Repository files navigation

gitlab-mrt README

Gitlab Merge Request Helper fo VS Code.

Features

  • Create an MR from VS Code

Extension Settings

  • gitlabmrt.token: Access token to use to connect to the Gitlab.com API. Create one by going to Profile Settings -> Access Tokens.

  • gitlabmrt.instanceUrl: If you are using GitLab on a custom domain, you must add this to your user settings file.

VS Code settings:

settings.json:

{
    "gitlabmrt.token": "xxx",
    "gitlabmrt.instanceUrl": "https://git.xxx.com"
}

Links