Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GitLab Explorer (fork)New to Visual Studio Code? Get it now.

GitLab Explorer (fork)

heartnheart

|
1,552 installs
| (1) | Free
Forked from VSCode GitLab Explorer Extension to Work with GitLab Project Items like Groups, Projects, Issues etc.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code - GitLab Explorer

image image image

VS Code extension for working with GitLab Project Items, supporting both GitLab.com and custom GitLab Servers.

image

Features

  • Explore your GitLab hierarchy with Groups, Projects, etc..
  • View Issues and Discssions in VSCode

Planned

  • Improve UI in Views
  • Show Gitlab ToDos and Jump in TreeView
  • Create / Edit Issues in VSCode
  • Create / Edit Comment in VSCode

Extension Settings

  • gitlab-explorer.serverAddress: GitLab Server URL.
  • gitlab-explorer.personalToken: Personal access token to use the GitLab API.

To create a gitlab-explorer.personalToken with api Scope follow the instructions in the Gitlab documentation.

  • [Gitlab.com] Creating a personal access token

Required Settings

Gitlab.com Example

"gitlab-explorer.personalToken": "MY_PERSONAL_TOKEN"

If gitlab-explorer.serverAddress is not set, it use Gitlab.com by default.

Custom Server Example

"gitlab-explorer.serverAddress": "https://gitlab.mydomain.com" 
"gitlab-explorer.personalToken": "MY_PERSONAL_TOKEN"

Its also possible to use a ReverseProxy or SSL Offloading.

"gitlab-explorer.serverAddress": "https://mydomain.com/someSegement/gitlab" 
"gitlab-explorer.personalToken": "MY_PERSONAL_TOKEN"

For Security Reasons Gitlab-Explorer serves only HTTPS Resources. Including Uploads and Assets in Markdown

Links

  • Visual Studio Marketplace: https://marketplace.visualstudio.com
  • Repo: https://github.com/rriverak/vscode-gitlab-explorer
  • Issues: https://github.com/rriverak/vscode-gitlab-explorer/issues
  • Change Log: https://github.com/rriverak/vscode-gitlab-explorer/blob/master/CHANGELOG.md
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft