Add install as an option when extension is selected. (#20358)

This commit is contained in:
David Pierce
2026-03-02 20:41:16 +00:00
committed by GitHub
parent 66530e44c8
commit 3a7a6e1540
3 changed files with 66 additions and 2 deletions
@@ -24,7 +24,7 @@ import { useRegistrySearch } from '../../hooks/useRegistrySearch.js';
import { useUIState } from '../../contexts/UIStateContext.js';
interface ExtensionRegistryViewProps {
export interface ExtensionRegistryViewProps {
onSelect?: (extension: RegistryExtension) => void;
onClose?: () => void;
extensionManager: ExtensionManager;