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 9609242 commit ffeff10Copy full SHA for ffeff10
src/git/repository.ts
@@ -84,7 +84,7 @@ export async function getGitHubUrls(): Promise<GitHubUrls[] | null> {
84
return {
85
workspaceUri: r.rootUri,
86
url,
87
- protocol: new Protocol(url as string)
+ protocol: new Protocol(url)
88
};
89
}
90
0 commit comments