Update external install deep links (#2499)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
Copilot
2026-07-31 17:07:13 +10:00
committed by GitHub
co-authored by PretaSOFT aaronpowell
parent aa3fa2f22a
commit 336af71f1b
4 changed files with 11 additions and 8 deletions
@@ -100,9 +100,9 @@ export function renderExtensionsHtml(items: RenderableExtension[]): string {
const pluginId = item.pluginName || item.id;
const ghappInstallUrl =
item.external
? externalSource
? `ghapp://plugins/marketplace/add?source=${encodeURIComponent(
externalSource
? pluginId
? `ghapp://plugins/install?source=${encodeURIComponent(
`${pluginId}@awesome-copilot`
)}`
: ""
: pluginId