diff --git a/README.md b/README.md index 7b73b55ee787667ffbe63371f8b01c9245f74ca4..234db9f1f81ec96dbeb0f3a9bb8a35eb06cd4a03 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ _You need to set up your access token to use these features, please see [Setup]( ### Sidebar -See your issues, MRs and other [custom search results](#custom-queries) on a dedicated panel in the VS Code sidebar. [Read more](#sidebar---details) +See your issues, MRs (including changed files) and other [custom search results](#custom-queries) on a dedicated panel in the VS Code sidebar. [Read more](#sidebar---details) ### Status bar @@ -243,7 +243,7 @@ Each query is an entry of the json array. Each entry can have the following valu Extension will add a GitLab Workflow panel to sidebar of your VS Code. The dedicated panel will allow you to see the list of your issues and MRs. Also you will be able to see pipeline, MR and issue links for your current branch. -In the current version, clicking the links will open them on your default browser but the next version will allow you to interact with your issues and MRs right in your VS Code. With the upcoming versions, the extension will allow you to see the MR changes and discussions in VS Code. +You can see the issue and MR details by clicking on the issue item or by expanding the MR item and clicking on "Description". When you expand the MR, you can see all the changed files. When you click on a changed file, the extension opens the MR diff. ![_sidebar.gif](https://gitlab.com/gitlab-org/gitlab-vscode-extension/raw/main/src/assets/_sidebar.gif) diff --git a/src/assets/_sidebar.gif b/src/assets/_sidebar.gif index c35159f1cda7f81a3c4f057e69f078da1a5660d5..22389034f7f841c027bbf9e18ed1e73f0e550fd0 100644 Binary files a/src/assets/_sidebar.gif and b/src/assets/_sidebar.gif differ