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

Ensures sorted remotes for autolinks

main
Eric Amodio пре 2 година
родитељ
комит
d96b65e92d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/views/nodes/commitNode.ts

+ 1
- 1
src/views/nodes/commitNode.ts Прегледај датотеку

@ -130,7 +130,7 @@ export class CommitNode extends ViewRefNode
}
private async getTooltip() {
const remotes = await this.view.container.git.getRemotesWithProviders(this.commit.repoPath);
const remotes = await this.view.container.git.getRemotesWithProviders(this.commit.repoPath, { sort: true });
const remote = await this.view.container.git.getRichRemoteProvider(remotes);
if (this.commit.message == null) {

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