feat: add extensionsExplore setting to enable extensions explore UI. (#18686)

This commit is contained in:
Sri Pasumarthi
2026-02-10 08:49:24 -08:00
committed by GitHub
parent 4e9bafdacd
commit f2ca0bb38d
3 changed files with 21 additions and 0 deletions

View File

@@ -1537,6 +1537,15 @@ const SETTINGS_SCHEMA = {
description: 'Enable requesting and fetching of extension settings.',
showInDialog: false,
},
extensionRegistry: {
type: 'boolean',
label: 'Extension Registry Explore UI',
category: 'Experimental',
requiresRestart: true,
default: false,
description: 'Enable extension registry explore UI.',
showInDialog: false,
},
extensionReloading: {
type: 'boolean',
label: 'Extension Reloading',