🐛 Fixed the issue of text highlighting expansion

This commit is contained in:
2025-06-25 22:53:00 +08:00
parent 69957a16cf
commit a9b967aba4
10 changed files with 205 additions and 349 deletions

View File

@@ -433,11 +433,6 @@ export enum ExtensionID {
*/
ExtensionSearch = "search",
/**
* 代码块
*/
ExtensionCodeBlock = "codeBlock",
/**
* 核心扩展
* 编辑器核心功能
@@ -918,6 +913,12 @@ export enum KeyBindingCommand {
* 重做选择
*/
HistoryRedoSelectionCommand = "historyRedoSelection",
/**
* 文本高亮扩展相关
* 切换文本高亮
*/
TextHighlightToggleCommand = "textHighlightToggle",
};
/**