Fix CI workflow for docs deployment and enhance editor features#117
Merged
Conversation
发布打的 tag(26.3.0) 触发了 docs 部署,但 github-pages 环境保护规则不允许从 tag 部署 → deploy 被拒。push 触发加 branches:['**'] 只在分支生效,标签不再触发部署。
CodeMirror 行装饰(左侧强调条+淡底)标记书签,数据按文件路径记忆并在切换文件时同步; 命令面板「书签」分组 + 快捷键 Mod+Alt+K 切换,可在书签间上下跳转。
用 @codemirror/language 的 foldAll/unfoldAll 暴露为命令面板「代码」分组项, 让基础折叠键位之外也能一键折叠/展开整篇。
用 @codemirror/language 的 matchBrackets 取光标前后括号的配对并跳转, 无匹配时提示;归入「代码」命令分组。
AiCodeAction 增加 fix 模式并接收诊断文本;App 收集当前文件诊断 + 整篇代码送入, 结果经替换应用;编辑器右键(支持 LSP/Git 时)与命令面板均可触发。
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.
No description provided.