소스 검색

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) {

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