ソースを参照

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

読み込み中…
キャンセル
保存