v0.3.4
🎉 We highly recommend all users upgrade to this version immediately! This release addresses several critical bugs that significantly enhance the user experience, bringing it closer to the seamless functionality of GitHub Copilot in VS Code.
- 🦄 refactor: Enhanced completion handling using text diff. This resolves a long-standing issue where the completion request sent to the Copilot LSP had incorrect positioning, often resulting in unavailable completions. With this update, the plugin now operates as smoothly as the GitHub Copilot plugin in VS Code. Additionally, we've implemented a more intelligent approach to reduce rerenders, which greatly minimizes UI flickering. (d92b4d1)
- 🐞 fix: Resolved completion bugs in source mode. (d11d679)