chore: remove stale error telemetry customizations - #334335
Merged
Bryan Chen (bryanchen-d) merged 1 commit intoSep 3, 2026
Merged
chore: remove stale error telemetry customizations#334335Bryan Chen (bryanchen-d) merged 1 commit into
Bryan Chen (bryanchen-d) merged 1 commit into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot started reviewing on behalf of
Bryan Chen (bryanchen-d)
September 3, 2026 17:57
View session
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The stale files were cleanly removed with no unresolved review issues.
Review tier: Balanced
Findings: None
What changed in this PR
Removes stale error-telemetry customizations now maintained in vscode-engineering.
Changes:
- Deletes the obsolete
fix-errorsskill. - Deletes the associated
fix-errorprompt.
| File | Description |
|---|---|
.github/skills/fix-errors/SKILL.md |
Removes obsolete error-fixing guidance. |
.github/prompts/fix-error.prompt.md |
Removes the obsolete workflow prompt. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Henning Dieterichs (hediet)
approved these changes
Sep 3, 2026
Contributor
Screenshot ChangesBase: 3 insignificant change(s) omitted (≤20 px, Δ≤2). See CI logs for details. Errored (8)Fixtures that failed to render — no screenshot was produced.
|
Bryan Chen (bryanchen-d)
deleted the
copilot/vscode/remove-stale-error-customizations
branch
September 3, 2026 18:53
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
Remove the stale error-telemetry prompt and skill from the VS Code repository. The active error-telemetry workflows now use customizations maintained in vscode-engineering instead.
Validation