소스 검색

Adds another GitLab scoped route change

main
Eric Amodio 2 년 전
부모
커밋
55b0e089b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/git/remotes/gitlab.ts

+ 1
- 1
src/git/remotes/gitlab.ts 파일 보기

@ -19,7 +19,7 @@ export class GitLabRemote extends RemoteProvider {
this._autolinks = [
{
prefix: '#',
url: `${this.baseUrl}/issues/<num>`,
url: `${this.baseUrl}/-/issues/<num>`,
title: `Open Issue #<num> on ${this.name}`,
},
];

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