/vscode-gitlab-explorer

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

Primary LanguageTypeScriptMIT LicenseMIT

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.

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