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

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

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