浏览代码

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

正在加载...
取消
保存