Files
vscode/build/lib
Josh Spicer bd80beeb48 policyExport: add included flag to PolicyDto output (#307240)
* 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>
2026-04-01 16:06:35 -07:00
..
2026-03-26 21:34:15 +01:00
2025-11-24 14:07:28 -08:00