This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes
#750
- missing file path
main
Eric Amodio
5 years ago
parent
0896bf45e1
commit
f4ce2d2630
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
.
fs
Path
)
,
fileName
:
GitUri.relativeTo
(
workingUri
,
commit
.
repo
Path
)
,
branch
:
branch.name
}
,
currentCommand
Write
Preview
Loading…
Cancel
Save