refactor(hooks): remove legacy tools.enableHooks setting (#17867)

This commit is contained in:
Abhi
2026-01-30 10:15:48 -05:00
committed by GitHub
parent f605628624
commit 95b7d69d5b
9 changed files with 10 additions and 43 deletions
-10
View File
@@ -1179,16 +1179,6 @@ const SETTINGS_SCHEMA = {
`,
showInDialog: true,
},
enableHooks: {
type: 'boolean',
label: 'Enable Hooks System (Experimental)',
category: 'Advanced',
requiresRestart: true,
default: true,
description:
'Enables the hooks system experiment. When disabled, the hooks system is completely deactivated regardless of other settings.',
showInDialog: false,
},
},
},