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
#1045
- Take UNC path from query instead of uri
main
Mike Surcouf
4 years ago
committed by
Eric Amodio
parent
66abf3774a
commit
fe857dcba3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/git/gitUri.ts
+ 1
- 1
src/git/gitUri.ts
View File
@ -65,7 +65,7 @@ export class GitUri extends ((Uri as any) as UriEx) {
super
(
{
scheme
:
uri.scheme
,
authority
:
uri.authority
,
path
:
uri
.path
,
path
:
data
.path
,
query
:
JSON.stringify
(
data
)
,
fragment
:
uri.fragment
,
}
)
;
Write
Preview
Loading…
Cancel
Save