We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360e680 commit 15d57bcCopy full SHA for 15d57bc
src/git/gitUri.ts
@@ -44,7 +44,7 @@ export class GitUri extends ((Uri as any) as UriEx) {
44
constructor(uri: Uri, repoPath: string | undefined);
45
constructor(uri?: Uri, commitOrRepoPath?: GitCommitish | string) {
46
if (uri == null) {
47
- super();
+ super('unknown', '', '', '', '');
48
49
return;
50
}
0 commit comments