Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>acid-gitlab-mrNew to Visual Studio Code? Get it now.
acid-gitlab-mr

acid-gitlab-mr

acid-srvnn

|
7,448 installs
| (5) | Free
Browse Gitlab MR, View change diff directly from VS Code and more
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

acid-gitlab-mr

Gitlab Merge Request Helper for VS Code

New

  • Review Mode for Merge Request Changes [Beta]
    • Tag a file diff as OK, Not Ok or Custom labels
    • Then filter and view file changes based on tags
    • Recognize new commits and update tags automatically

Features

  • Configure custom Gitlab server and choose favourite projects
  • List Merge Requests
  • View Merge Request Info, Discussions, Commits
  • List Merge Request Changes
  • Review Mode
  • List Custom Diff Changes by Commit, SHA, Branch, Tag
  • View file diffs for the changes right inside VS Code
  • Filter for viewing merge requests
  • Add comment directly from a diff
  • Changes load faster than web client
  • Handle large merge requests

DEMO

Extension Settings

acid-gitlab-mr.gitlabServer :

  • default: "https://gitlab.com/"
  • sample: "https://git.local.com/"

acid-gitlab-mr.accessToken :

  • Get personal access token from your gitlab server with "api" permission. How to get

acid-gitlab-mr.extraConf :

  • Option to configure additional gitlab sources
  • sample :
    "acid-gitlab-mr.extraConf" : {
      	"gitlabConf" : [
      		{
      			"url" : "https://local.gitlab.com",
      			"accessToken" : "xxxx", 
      			"ignoreCertErr" : false, 
      			"favProjects" : [
      				"18759701",
                    "12345"
      			]
      		}
      	]
      }
    
    

Change Log

0.6.2

  • New - Option to filter All/Open/Closed/Merged merge requests
  • Icons update

0.6.1

  • Fix - Issue loading config when extraConf is not provided

0.6.0

  • New - Support to configure multiple gitlab sources

0.5.1

  • Enhancement - Review mode changes via right click
  • New - Added button for Feedback

0.5.0

  • Fix - dummy folder names in diff list

0.4.3

  • Fix - Diff by commit id

0.4.2

  • Added option to ignore certificate errors [Requested by @claus.brod]

0.4.1

  • Fix - Diff for Renamed file doesnt show old file [Bug raised by @volochiy-s]
  • Fix - Add comment for Renamed file [Bug raised by @volochiy-s]
  • Fix - Add comment workaround for some other cases [Bug raised by @Chubanian]

0.4.0

  • Review Mode for merge request changes
  • Loader changes

0.3.0

  • Tree View / List View for viewing changes
  • Expand all / Collapse all in tree view
  • Option to view changes by commit id, SHA, Tag, Branch

0.2.2

  • Handle if server_url is given without ending slash
  • Handle if fav projects is manually updated with wrong value in settings
  • Fix issue in 'Select a project' - Now shows top 100 search results

0.2.1

  • Handle loading for search projects
  • Handle pagination for merge request list

0.2.0

  • Handle failure messages
  • Handle redirect to settings

0.1.10

  • Minor Fixes

0.1.9

  • Search project optimizations
  • Minor Fixes

0.1.8

  • Added decorations
  • Organized files
  • Removed Preview Tag
  • Added logger
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft