feat(editor): editor save code action notify configuration#2599
feat(editor): editor save code action notify configuration#2599erha19 merged 1 commit intoopensumi:mainfrom
Conversation
|
@erha19 hello~这个PR之前合并到main分支了,我想在2.23版本用,能帮忙publish一个补丁版本吗?我自己用。 |
@shilin8805 https://github.com/opensumi/core/actions/runs/4730354871 可以用这里一会发布的版本,基于 main 的,如果有问题我在单独给你 patch 一个补丁版本 |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## v2.23 #2599 +/- ##
==========================================
+ Coverage 57.76% 57.77% +0.01%
==========================================
Files 1319 1324 +5
Lines 83239 83525 +286
Branches 17334 17394 +60
==========================================
+ Hits 48079 48257 +178
- Misses 31952 32046 +94
- Partials 3208 3222 +14
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
|
@shilin8805 功能提交不能上 patch 分支,我指到 main 分支后续跟随 2.24.0 发布 |
|
👌好的 |
Types
编辑器模块执行saveCodeActions时默认会弹出Notification提示,新增配置可选是否弹窗提示。
Background or solution
🤖 Generated by Copilot at b9c7a2c
editor.codeActionsOnSaveNotificationandeditor.unicodeHighlight.ambiguousCharactersinmonacoEditorSchema(link,link)savemethod ofSaveParticipantintorunActions(link)progressparameter torunActionsand check for its nullity before reporting progress (link)Changelog
🤖 Generated by Copilot at b9c7a2c
This pull request enhances the code actions on save feature in the editor by adding new preference options, a notification toggle, and localization support. It updates the files
saveParticipants.ts,schema.ts,en-US.lang.ts,zh-CN.lang.ts, andpreference-settings.service.tsto implement these changes. It also upgrades the monaco editor dependency to the latest version.