Ver a proveniência

Fixes #1045 - Take UNC path from query instead of uri

main
Mike Surcouf há 4 anos
committed by Eric Amodio
ascendente
cometimento
fe857dcba3
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/git/gitUri.ts

+ 1
- 1
src/git/gitUri.ts Ver ficheiro

@ -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,
});

Carregando…
Cancelar
Guardar