ソースを参照

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

main
Mike Surcouf 4年前
committed by Eric Amodio
コミット
fe857dcba3
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/git/gitUri.ts

+ 1
- 1
src/git/gitUri.ts ファイルの表示

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

読み込み中…
キャンセル
保存