Skip to content

Commit

Permalink
📝 Add GitLab VS Code Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Mar 31, 2023
1 parent 1015734 commit 718a0a5
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/productive/git/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ hand :doc:`best practices <best-practices>` and typical :doc:`workflows/index`.
cherry-pick
revert
best-practices
vs-code
vs-code/index
git-big-picture
etckeeper
advanced
Expand Down
22 changes: 22 additions & 0 deletions docs/productive/git/vs-code/gitlab-vscode-extension.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
GitLab VS Code Extension
========================

`GitLab VS Code Extension
<https://gitlab.com/gitlab-org/gitlab-vscode-extension>`_ integrates GitLab ≥
13.0 into Visual Studio Code:

Display GitLab issues and merge requests
Issues, comments, merge requests and changed files are displayed in the
sidebar or in a `custom search
<https://gitlab.com/gitlab-org/gitlab-vscode-extension/-/blob/main/docs/user/custom-queries.md#custom-queries>`_.
Create and review merge requests
Issues can be commented directly in VS Code, and `GitLab Slash Commands
<https://docs.gitlab.com/ee/integration/slash_commands.html>`_ are also
supported. You can create, edit and delete comments in the diff view of a
merge request.
Configuring and validating GitLab CI/CD
You can edit the :file:`gitlab-ci.yml` file, which automatically completes
the variables. You can also validate the file locally.
Search the repository without cloning
You can access repositories read-only, provided that an access token is
registered for the corresponding GitLab instance.
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@ Extensions
<https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory>`_
* `Git Lens
<https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens>`_
* :doc:`gitlab-vscode-extension`

.. toctree::
:hidden:

gitlab-vscode-extension
File renamed without changes

0 comments on commit 718a0a5

Please sign in to comment.