瀏覽代碼

Adds GitLab icon

main
Maxim Pekurin 6 年之前
committed by Eric Amodio
父節點
當前提交
9793d1da44
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      src/git/remotes/gitlab.ts

+ 4
- 0
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');
}

Loading…
取消
儲存