mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-13 04:39:14 +00:00
chore: publish from main
This commit is contained in:
@@ -264,6 +264,7 @@ if (!isExternal && item.ref) {
|
||||
<PluginInstall
|
||||
slot="install"
|
||||
isExternal={true}
|
||||
pluginId={item.pluginName ?? item.id}
|
||||
externalSource={externalSource || null}
|
||||
label="Install this extension"
|
||||
note="This extension is maintained in an external repository."
|
||||
|
||||
@@ -219,7 +219,7 @@ if (isExternal) {
|
||||
installCommand={installCommand}
|
||||
label={isExternal ? "Install this plugin" : "Install"}
|
||||
note={isExternal
|
||||
? "This plugin is maintained in an external repository. Installing it adds the third-party marketplace before installing."
|
||||
? "This plugin is maintained in an external repository."
|
||||
: undefined}
|
||||
/>
|
||||
</Sidebar>
|
||||
|
||||
Reference in New Issue
Block a user