Increase limitPerPlugin from 40 to 80 (#114573)
* Increase limitPerPlugin from 40 to 60 * Increase limitPerPlugin from 60 to 80
This commit is contained in:
@@ -13,7 +13,7 @@ export default function useExtensionActions(): CommandPaletteAction[] {
|
||||
const { links } = usePluginLinks({
|
||||
extensionPointId: PluginExtensionPoints.CommandPalette,
|
||||
context,
|
||||
limitPerPlugin: 40,
|
||||
limitPerPlugin: 80,
|
||||
});
|
||||
|
||||
return useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user