Feat/lsp 添加 LSP 面板,将 LSP 全部内容都整合到 Rust core 里面 - #56
Merged
Conversation
xiaoyumuxi
marked this pull request as draft
August 11, 2026 13:57
xiaoyumuxi
marked this pull request as ready for review
August 11, 2026 14:00
Collaborator
Author
|
目前审核出来还存在的问题:
|
Collaborator
Author
|
主要需要处理的就是彻底把实际 App LSP runtime 切到 engine.rs,然后删掉双轨实现。 这个一直因为同时跑两个LSP逻辑导致没有办法很好的去进行维护,我的移除一直不是很彻底 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
该改动逻辑还没有进行闭环和测试,基础的功能仍有不稳定的情况,部分 LSP 的管线逻辑仍然耦合在 swift 的逻辑里面需要等待进一步的改善,后续主要是从解耦还有 LSP 的正常使用上面