chore: update limitPerPlugin for commandPalette links (#108174)

This commit is contained in:
Ana Ivanov
2025-07-16 16:01:41 +03:00
committed by GitHub
parent 9db64b55be
commit 6715369a78
@@ -13,7 +13,7 @@ export default function useExtensionActions(): CommandPaletteAction[] {
const { links } = usePluginLinks({
extensionPointId: PluginExtensionPoints.CommandPalette,
context,
limitPerPlugin: 3,
limitPerPlugin: 40,
});
return useMemo(() => {