fix: enable multi-root workspace support#3848
fix: enable multi-root workspace support#3848zhanba merged 2 commits intoopensumi:mainfrom zhanba:fix-debug-console
Conversation
Walkthrough此次更新涵盖了多个部分,包括VSCode扩展配置、文件树和对话框逻辑、终端功能、多根工作区支持以及国际化文本优化。主要改进包括引入新的工作区管理命令、调整文件对话框的过滤逻辑、增强终端目录选择功能,并改进了多根工作区的支持和相关文档描述。 Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3848 +/- ##
==========================================
- Coverage 54.99% 54.99% -0.01%
==========================================
Files 1557 1557
Lines 94813 94814 +1
Branches 19401 19401
==========================================
Hits 52141 52141
- Misses 35456 35457 +1
Partials 7216 7216
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
/next |
|
检查一下 E2E |
|
🎉 PR Next publish successful! 3.1.5-next-1721114299.0 |
|
/next |
|
🎉 PR Next publish successful! 3.1.5-next-1721270303.0 |
测试没问题 |
Types
Background or solution
开启以下配置的情况下
支持打开文件夹和打开.sumi-workspace工作区

支持添加文件夹和删除文件夹

Changelog
Summary by CodeRabbit
新功能
错误修复
改进
本地化