소스 검색

Fixes #750 - missing file path

main
Eric Amodio 5 년 전
부모
커밋
f4ce2d2630
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/quickpicks/commitFileQuickPick.ts

+ 1
- 1
src/quickpicks/commitFileQuickPick.ts 파일 보기

@ -200,7 +200,7 @@ export class CommitFileQuickPick {
remotes,
{
type: RemoteResourceType.File,
fileName: paths.basename(workingUri.fsPath),
fileName: GitUri.relativeTo(workingUri, commit.repoPath),
branch: branch.name
},
currentCommand

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