Browse Source

Fixes #750 - missing file path

main
Eric Amodio 5 years ago
parent
commit
f4ce2d2630
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/quickpicks/commitFileQuickPick.ts

+ 1
- 1
src/quickpicks/commitFileQuickPick.ts View File

@ -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

Loading…
Cancel
Save