Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Fixes
#1045
- Take UNC path from query instead of uri
main
Mike Surcouf
4 jaren geleden
committed by
Eric Amodio
bovenliggende
66abf3774a
commit
fe857dcba3
1 gewijzigde bestanden
met
toevoegingen van 1
en
1 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
src/git/gitUri.ts
+ 1
- 1
src/git/gitUri.ts
Bestand weergeven
@ -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
,
}
)
;
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan