docs: fix duplicated word in language server extension guide - #44657
docs: fix duplicated word in language server extension guide#44657manurella wants to merge 1 commit into
Conversation
Fixes a duplicated word in the introduction of the language server extension developer guide (docs/language-server/WritingExtendedServices.md): "we are are going to introduce" to "we are going to introduce". This guide is the primary reference for contributors implementing extended language server services. Text-only change, no functional/behavioral impact.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe extended service documentation now explains that third parties can bind custom services through an extensible API and extend default LSP behavior. ChangesExtended service documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #44657 +/- ##
============================================
+ Coverage 75.03% 75.09% +0.06%
- Complexity 58724 59177 +453
============================================
Files 3601 3617 +16
Lines 227211 228994 +1783
Branches 29595 29818 +223
============================================
+ Hits 170482 171969 +1487
- Misses 47223 47380 +157
- Partials 9506 9645 +139 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Purpose
No related issue was filed for this. It's a duplicated word caught while reading through the language server developer docs. The introduction of docs/language-server/WritingExtendedServices.md reads "we are are going to introduce...", with "are" duplicated. This guide is the primary reference for contributors implementing extended language server services.
Approach
Single-line text edit removing the duplicate word from the introduction paragraph. No code, logic, or behavior changes.
Samples
Not applicable, it's a documentation text fix only, no new or changed samples.
Remarks
Not tied to an existing issue since it's a trivial typo; happy to file one first if that's preferred for future doc-only fixes.
Check List
Removed a duplicated word from the language server extension developer guide. This documentation-only change does not affect functionality, APIs, samples, or tests.
WritingExtendedServices.md.