Update 'Policy and Managed Settings' skill - #329499
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
joshspicer
marked this pull request as ready for review
August 6, 2026 22:45
roblourens (roblourens)
approved these changes
Aug 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Reorganizes enterprise-policy guidance around an ownership flowchart and focused policy-channel guides.
Changes:
- Prioritizes SDK/runtime managed settings for runtime-owned behavior.
- Adds focused VS Code, extension, mixed, legacy, and testing guides.
- Deprecates new GitHub token/account policy fields.
Show a summary per file
| File | Description |
|---|---|
accountPolicyService.ts |
Updates the skill reference. |
SKILL.md |
Adds routing flowchart and shared rules. |
vscode-policy.md |
Documents core configuration policies. |
sdk-runtime-policy.md |
Documents runtime-managed controls. |
mixed-policy.md |
Covers split runtime/editor controls. |
extension-policy.md |
Adds extension policy guidance. |
legacy-permission-policy.md |
Covers legacy permission migration. |
local-testing.md |
Documents mock-server testing. |
github-managed-settings.md |
Refines managed-settings projection guidance. |
add-policy/SKILL.md |
Removes the superseded skill. |
Review details
- Files reviewed: 9/10 changed files
- Comments generated: 1
- Review effort level: Balanced
Comment on lines
+19
to
+27
| ## Procedure | ||
|
|
||
| 1. Add the setting to `extensionConfigurationPolicy` in every `vscode-distro` | ||
| product-quality `product.json` (`stable`, `insider`, and `exploration`). | ||
| 2. Include: | ||
| - unique PascalCase `name`; | ||
| - valid `PolicyCategory`; | ||
| - first shipping `minimumVersion`; | ||
| - human-readable `description`. |
Harald Kirschner (digitarald)
approved these changes
Aug 7, 2026
Harald Kirschner (digitarald)
left a comment
Contributor
There was a problem hiding this comment.
LGTM! Thanks for streamlining this.
joshspicer
enabled auto-merge (squash)
August 7, 2026 01:14
auto-merge was automatically disabled
August 7, 2026 01:15
Pull request was closed
joshspicer
enabled auto-merge (squash)
August 7, 2026 01:18
Contributor
|
Base:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
git diff --check