Commits
Click on a commit to change the comparison rangefeat(parser): improve diagnostic messages for merge conflicts chore: update message style
Signed-off-by: 翠 <green@sapphi.red>2 months ago
by sapphi-red test: update conformance snapshots for merge conflict diagnostics (#15462)
Updates test snapshots to reflect the improved merge conflict diagnostic
messages implemented in previous commits.
## Changes
- Updated `parser_misc.snap` and `parser_typescript.snap` with
capitalized error titles and properly formatted help text
- Snapshots now match the current diagnostic output: "Encountered diff
marker" with sentence-case help messages
The snapshots were updated by running `just conformance` after the
diagnostic message improvements were merged.
<!-- START COPILOT CODING AGENT TIPS -->
---
💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>