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
+7
View File
@@ -1481,6 +1481,13 @@
"default": true,
"type": "boolean"
},
"extensionRegistry": {
"title": "Extension Registry Explore UI",
"description": "Enable extension registry explore UI.",
"markdownDescription": "Enable extension registry explore UI.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `false`",
"default": false,
"type": "boolean"
},
"extensionReloading": {
"title": "Extension Reloading",
"description": "Enables extension loading/unloading within the CLI session.",