fix(language-service): use textEdit for version completion and fix empty range handling#135
fix(language-service): use textEdit for version completion and fix empty range handling#135luo2430 wants to merge 1 commit into
Conversation
…pty range handling - Replace `insertText` with `textEdit` in version completion items to precisely replace the version range in the document. - Fix `formatUpgradeVersion` to return the new version directly when the current range is empty (was incorrectly returning `*`). - Update corresponding test case.
|
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 (3)
📝 WalkthroughWalkthrough
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
解决以下问题