Преглед изворни кода

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}`,
},
];

Loading…
Откажи
Сачувај