mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
* policyExport: add 'included' flag to PolicyDto output Add the `included` boolean field to the exported `PolicyDto` so that downstream consumers (docs website, UI generators) can determine whether a policy-managed setting is also user-configurable. - `included: false` means the setting is policy-only (e.g. `ExtensionGalleryServiceUrlConfigKey` which sets `included: false` on its configuration schema). - `included: true` (the default) means the setting appears in the normal Settings UI in addition to being policy-manageable. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * policyExport: update policyData.jsonc with included flag Regenerate the checked-in policyData.jsonc to include the new 'included' field on every policy entry, matching the export logic. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>