We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6869873 commit d839703Copy full SHA for d839703
1 file changed
src/extension.ts
@@ -60,7 +60,7 @@ export function activate(context: vscode.ExtensionContext) {
60
}
61
62
const remote = repository.state.remotes.find((r) => ['origin', 'upstream'].includes(r.name)) ||
63
- repository.state.remotes[0]
+ repository.state.remotes[0];
64
const fetchUrl = remote.fetchUrl;
65
const httpsUrl = normalize(fetchUrl!);
66
0 commit comments