refactor(config): remove experimental.enableEventDrivenScheduler setting (#17924)

This commit is contained in:
Abhi
2026-02-07 23:05:03 -05:00
committed by GitHub
parent b680d66793
commit 09c0dfb8cd
5 changed files with 1 additions and 37 deletions
-7
View File
@@ -1466,13 +1466,6 @@
"default": true,
"type": "boolean"
},
"enableEventDrivenScheduler": {
"title": "Event Driven Scheduler",
"description": "Enables event-driven scheduler within the CLI session.",
"markdownDescription": "Enables event-driven scheduler within the CLI session.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `true`",
"default": true,
"type": "boolean"
},
"extensionReloading": {
"title": "Extension Reloading",
"description": "Enables extension loading/unloading within the CLI session.",