Gitlab Merge Request Helper fo VS Code.
- Create an MR from VS Code
-
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"
}
- Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=zhaoqing.gitlabmrt
- Github Repo: https://github.com/CDTRSFE/gitlab-mrt