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 3c5c01c commit 417cb41Copy full SHA for 417cb41
src/plus/launchpad/launchpadProvider.ts
@@ -1018,7 +1018,7 @@ export function getPullRequestBranchDeepLink(
1018
return Uri.parse(
1019
`${scheme}://${container.context.extension.id}/${'link' satisfies UriTypes}/${DeepLinkType.Repository}/-/${
1020
DeepLinkType.Branch
1021
- }/${headRefBranchName}?url=${encodeURIComponent(ensureRemoteUrl(remoteUrl))}${
+ }/${encodeURIComponent(headRefBranchName)}?url=${encodeURIComponent(ensureRemoteUrl(remoteUrl))}${
1022
action != null ? `&action=${action}` : ''
1023
}`,
1024
);
0 commit comments