Increase limitPerPlugin from 40 to 80 (#114573)

* Increase limitPerPlugin from 40 to 60

* Increase limitPerPlugin from 60 to 80
This commit is contained in:
Ana Ivanov
2025-11-28 12:28:19 +00:00
committed by GitHub
parent 12c6d7e83f
commit 43c3322caf
@@ -13,7 +13,7 @@ export default function useExtensionActions(): CommandPaletteAction[] {
const { links } = usePluginLinks({
extensionPointId: PluginExtensionPoints.CommandPalette,
context,
limitPerPlugin: 40,
limitPerPlugin: 80,
});
return useMemo(() => {