소스 검색

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

불러오는 중...
취소
저장