Fix missing backtick and incorrect variable in DiagnosticLinkInlineParser#2261
Fix missing backtick and incorrect variable in DiagnosticLinkInlineParser#2261
Conversation
Co-authored-by: reakaleek <16325797+reakaleek@users.noreply.github.com>
| { | ||
| processor.EmitError(link, $"`{url}` does not exist. If it was recently removed add a redirect. resolved to `{pathOnDisk}`"); | ||
| } |
There was a problem hiding this comment.
Fixed in 763675b - replaced spaces with tabs for consistent indentation.
Co-authored-by: reakaleek <16325797+reakaleek@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughTwo bug fixes in the diagnostic link parser: First, corrected a string interpolation error message that was missing a closing brace in the format string. Second, fixed the 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Comment |
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.