## 2.22.10-next Pre-Release Summary ### [367000b9d70d6b555eeaa7ac0a9ecb39b052161d](https://github.com/opensumi/core/compare/5f9389bcdc39dc8a17e8f8cf4a94ce324c26efb5...367000b9d70d6b555eeaa7ac0a9ecb39b052161d) > 20 March 2023 #### 🎉 New Features - compatibility with the experimental API vscode.workspace.registerTimelineProvider [#2438](https://github.com/opensumi/core/pull/2438) by [@PerfectPan](https://github.com/PerfectPan) #### 🐛 Bug Fixes - 修复协同编辑模块的初始化时序问题 [#2207](https://github.com/opensumi/core/pull/2207) by [@Ricbet](https://github.com/Ricbet) - 删除协同编辑模块对用户配置项的影响 [#2221](https://github.com/opensumi/core/pull/2221) by [@Ricbet](https://github.com/Ricbet) - 修复scm的badge太长导致的展示问题 [#2274](https://github.com/opensumi/core/pull/2274) by [@wangxiaojuan](https://github.com/wangxiaojuan) - 修复 QuickPick 面板 Input上下无间距的问题 [#2299](https://github.com/opensumi/core/pull/2299) by [@wangxiaojuan](https://github.com/wangxiaojuan) - 修复 diff 视图下 modified model 的只读逻辑不生效的问题 [#2295](https://github.com/opensumi/core/pull/2295) by [@Ricbet](https://github.com/Ricbet) - support normal prelunchTask on debug [#2330](https://github.com/opensumi/core/pull/2330) by [@erha19](https://github.com/erha19) - 更改默认配置色,避免白色主题字体不清 [#2348](https://github.com/opensumi/core/pull/2348) by [@winjo](https://github.com/winjo) - 右键文件树菜单的字体太大 [#2351](https://github.com/opensumi/core/pull/2351) by [@wangxiaojuan](https://github.com/wangxiaojuan) - show theme quick picker after theme extension installed [#2398](https://github.com/opensumi/core/pull/2398) by [@PerfectPan](https://github.com/PerfectPan) - remove status bar warnings [#2407](https://github.com/opensumi/core/pull/2407) by [@erha19](https://github.com/erha19) #### 💄 Style Changes - improve outline treenode style [#2329](https://github.com/opensumi/core/pull/2329) by [@erha19](https://github.com/erha19) #### ⏱ Tests - * add test case [#2306](https://github.com/opensumi/core/pull/2306) by [@pipiiiiii](https://github.com/pipiiiiii) - 补充 scm list view mode 的 e2e 测试用例 [#2387](https://github.com/opensumi/core/pull/2387) by [@Ricbet](https://github.com/Ricbet) #### 🧹 Chores - add E2E test badge [#2237](https://github.com/opensumi/core/pull/2237) by [@erha19](https://github.com/erha19) - 当下载插件失败时候将错误抛出 [#2266](https://github.com/opensumi/core/pull/2266) by [@bk1012](https://github.com/bk1012) - remove engines required on package.json [#2267](https://github.com/opensumi/core/pull/2267) by [@erha19](https://github.com/erha19) - update license notice [#2300](https://github.com/opensumi/core/pull/2300) by [@erha19](https://github.com/erha19) - update extension engine version to 1.68.0 [#2302](https://github.com/opensumi/core/pull/2302) by [@erha19](https://github.com/erha19) - improve terminal debug test [#2304](https://github.com/opensumi/core/pull/2304) by [@erha19](https://github.com/erha19) - remove useless application interface [#2344](https://github.com/opensumi/core/pull/2344) by [@erha19](https://github.com/erha19) - update render mode comment [#2353](https://github.com/opensumi/core/pull/2353) by [@erha19](https://github.com/erha19) - Remove unused value in extension.service.ts [#2375](https://github.com/opensumi/core/pull/2375) by [@bk1012](https://github.com/bk1012) - update community information [#2413](https://github.com/opensumi/core/pull/2413) by [@erha19](https://github.com/erha19) - build cli-engine before publish [#2430](https://github.com/opensumi/core/pull/2430) by [@erha19](https://github.com/erha19) - update cli-engine versison [#2422](https://github.com/opensumi/core/pull/2422) by [@erha19](https://github.com/erha19) - support build cli-engine before release [#2441](https://github.com/opensumi/core/pull/2441) by [@erha19](https://github.com/erha19)
2.22.10-next Pre-Release Summary
367000b9d70d6b555eeaa7ac0a9ecb39b052161d
🎉 New Features
🐛 Bug Fixes
修复协同编辑模块的初始化时序问题 #2207 by @Ricbet
删除协同编辑模块对用户配置项的影响 #2221 by @Ricbet
修复scm的badge太长导致的展示问题 #2274 by @wangxiaojuan
修复 QuickPick 面板 Input上下无间距的问题 #2299 by @wangxiaojuan
修复 diff 视图下 modified model 的只读逻辑不生效的问题 #2295 by @Ricbet
support normal prelunchTask on debug #2330 by @erha19
更改默认配置色,避免白色主题字体不清 #2348 by @winjo
右键文件树菜单的字体太大 #2351 by @wangxiaojuan
show theme quick picker after theme extension installed #2398 by @PerfectPan
remove status bar warnings #2407 by @erha19
💄 Style Changes
⏱ Tests
补充 scm list view mode 的 e2e 测试用例 #2387 by @Ricbet
🧹 Chores
add E2E test badge #2237 by @erha19
当下载插件失败时候将错误抛出 #2266 by @bk1012
remove engines required on package.json #2267 by @erha19
update license notice #2300 by @erha19
update extension engine version to 1.68.0 #2302 by @erha19
improve terminal debug test #2304 by @erha19
remove useless application interface #2344 by @erha19
update render mode comment #2353 by @erha19
Remove unused value in extension.service.ts #2375 by @bk1012
update community information #2413 by @erha19
build cli-engine before publish #2430 by @erha19
update cli-engine versison #2422 by @erha19
support build cli-engine before release #2441 by @erha19