core icon indicating copy to clipboard operation
core copied to clipboard

🚀 A framework helps you quickly build AI Native IDE products. https://preview.opensumi.com

Results 404 core issues
Sort by recently updated
recently updated
newest added

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 现在关于 URI 的使用方式有点混乱,需要整理成统一的使用方式 **描述你预期的功能表现(Describe the solution you'd like)** **描述你考虑过的替代方案(Describe alternatives you've considered)** **补充信息(Additional context)**

🎨 feature

期望Terminal支持放置到右侧,支持拖拽移动 就像vscode这样 ![image](https://github.com/user-attachments/assets/42c5e891-4c69-45ba-9ae8-4435534d883d)

🎨 feature

### Types - [x] 🐛 Bug Fixes ### Background or solution ### Changelog ## Summary by CodeRabbit - **新功能** - 简化了应用程序支持打开文件夹和工作区的逻辑,提高了应用能力的判断效率。 - 增强了键绑定功能,允许根据应用环境灵活管理命令执行。 - **修复** - 修正了在非Electron环境下执行特定命令的逻辑,避免不必要的命令执行。

🐞 bug

目前CDN_TYPE_MAP只支持以下几种{ alipay: 'https://gw.alipayobjects.com/os/lib', npmmirror: 'https://registry.npmmirror.com', unpkg: 'https://unpkg.com/browse', jsdelivr: 'https://cdn.jsdelivr.net/npm', };

👨🏻‍💻 good first issue
🎨 feature

**描述你的问题(Describe the bug)** ![image](https://github.com/user-attachments/assets/020a0527-bacc-4da6-aafe-003cae67e806) **复现路径(To Reproduce)** 1. 解决冲突场景使用3way解决冲突 2. 通过UI的方式提交会报错 **预期表现(Expected behavior)** **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g. chrome, safari, electron] - OpenSumi Version: [e.g....

🐞 bug

**描述你的问题(Describe the bug)** 在工作区中添加两个工程,选择删除一个工程后被删除的那个根目录还是会保留在资源管理器页面 **复现路径(To Reproduce)** **预期表现(Expected behavior)** **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g. chrome, safari, electron] - OpenSumi Version: [e.g. 2.13.0]

🐞 bug

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** **描述你预期的功能表现(Describe the solution you'd like)** 封装 ReactDOM render 写法,使 React 16 也能使用 OpenSumi 3.0 **描述你考虑过的替代方案(Describe alternatives you've considered)** **补充信息(Additional context)**

🎨 feature

**描述你的问题(Describe the bug)** ![image](https://github.com/user-attachments/assets/7f85d574-d242-4473-8e26-0e63068e874c) 在移除 mobx 这个 commit 后,如果安装 git 1.88.1 版本的插件,会发现 git change tree 消失 **预期表现(Expected behavior)** git 插件 change tree 正常展示 **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple...

🐞 bug

**描述你的问题(Describe the bug)** ## 问题 在小文件数工程下搜索效果正常,但是在大文件数(>10000)项目下搜索精度会出现问题,严重情况下搜索出的结果完全不相干 #### 极端情况 在极端情况下,exactMatches+fuzzyMatches完全命中前面200条数据,后面的文件完全搜索不到 #### 短字符匹配 比如要搜索gradlew,输出结果会出现如下情况。以下在vscode不会出现问题 g 输出不相干 gr 输出不相干 gra 输出不相干 grad 输出不相干 gradl 输出不相干 gradle 包含需要的文件 gradlew 精准匹配 **复现路径(To Reproduce)** ## 1....

🐞 bug

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 区别于传统的顶部 Toolbar 或左右侧 Sidebar 注册点,FloatView(暂定) 注册点能够允许模块注册视图至全局的界面中,同时支持快捷键呼出及拖动,具备更灵活的使用。 例如 Cursor 中的 Composer 能力实现: **描述你预期的功能表现(Describe the solution you'd like)** 注册后的视图存在独立的交互实现,位于最顶层视图

🎨 feature