diff --git a/src/git/remotes/gitlab.ts b/src/git/remotes/gitlab.ts index 6cc1c2c..64e3596 100644 --- a/src/git/remotes/gitlab.ts +++ b/src/git/remotes/gitlab.ts @@ -16,6 +16,10 @@ export class GitLabService extends RemoteProvider { super(domain, path, protocol, name, custom); } + get icon() { + return 'gitlab'; + } + get name() { return this.formatName('GitLab'); }