VS Code extension for working with GitLab Project Items, supporting both GitLab.com and custom GitLab Servers.
- Explore your GitLab hierarchy with Groups, Projects, etc..
- View Issues and Discssions in VSCode
- Improve UI in Views
- Show Gitlab ToDos and Jump in TreeView
- Create / Edit Issues in VSCode
- Create / Edit Comment in VSCode
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-explorer.personalToken": "MY_PERSONAL_TOKEN"
If gitlab-explorer.serverAddress
is not set, it use Gitlab.com by default.
"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
- 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