core
core copied to clipboard
🚀 A framework helps you quickly build AI Native IDE products. https://preview.opensumi.com
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** vscode configuration type 为 object,如果 additionalProperties 为 false,会渲染对象的属性 如下图示例 目前 opensumi 不支持渲染对象属性,而是在 settings.json 配置 配置: ```json { "title": "配置示例", "properties":...
**描述你的问题(Describe the bug)** linux 环境下,通过 startup 启动 opensumi,【删除-移入回收站】会在当前 workspace 下创建 `.Trash-0`   **复现路径(To Reproduce)** **预期表现(Expected behavior)** **环境信息(Environment)** - OS: Ubuntu 24.04.1 LTS - Browser: chrome - OpenSumi Version:...
**描述你的问题(Describe the bug)** 安装 Vim 插件后,输入变得异常卡顿,伴有延迟,无法正常使用编辑器,且 vim 插件的 output 面板不断输出内容。 此延迟和电脑内存占用基本无关,卸载插件后可以正常使用。 https://github.com/user-attachments/assets/e2f685c9-9ffc-4c31-8819-6a774fa2f7cc **复现路径(To Reproduce)** 1. 到插件市场 2. 安装 Vim 插件 3. 打开某个文件,进行输入 **预期表现(Expected behavior)** 能够正常使用 Vim 插件,输入内容流畅自然 **环境信息(Environment)** - OS:...
**描述你的问题(Describe the bug)** references-view 插件升级至最新后,发现插件因为激活事件缺失导致无法使用,补齐激活事件后 VSCode 提示如下:  **复现路径(To Reproduce)** 直接使用最新版本的 references-view 即可复现 **预期表现(Expected behavior)** 插件能够正常激活 **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g. chrome, safari, electron]...
期望支持和vscode一致的功能 1. 上一个/下一个 跳转 2. 搜索匹配 Opensumi表现如下:  vscode表现如下: 
**描述你的问题(Describe the bug)**  **复现路径(To Reproduce)**、 安装 Python 插件,打开 Python 文件,点击状态栏 Python 版本,选择 输入执行器版本 即可复现 看 [Python 插件代码](https://github.com/microsoft/vscode-python/blob/main/src/client/common/utils/multiStepInput.ts#L285),set busy 后并未 reset,怀疑 vscode 内部有自动 reset 的[逻辑](https://github.com/microsoft/vscode/blob/4fa5611d67dc84e105e9cd155a746f2d7813d9a0/src/vs/platform/quickinput/browser/quickInputController.ts#L458) **预期表现(Expected behavior)** loading 状态消失,允许输入 **环境信息(Environment)**...
**描述你的问题(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]
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 当下拉补全和智能补全同时出现的情况下。 如果智能补全是多行,应该先只展示单行,避免把下拉补全的面板往上抬而遮挡了代码 等按下 tab 后再把剩余的补全内容进行展示 **描述你预期的功能表现(Describe the solution you'd like)** **描述你考虑过的替代方案(Describe alternatives you've considered)** **补充信息(Additional context)**
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 目前多行重写时,若新增行不存在,则不会展示  **描述你预期的功能表现(Describe the solution you'd like)** 未新建的新增行时候zoneWidget渲染  **描述你考虑过的替代方案(Describe alternatives you've considered)** **补充信息(Additional context)**
**描述你的问题(Describe the bug)**  **复现路径(To Reproduce)** **预期表现(Expected behavior)** **环境信息(Environment)** - OS: macOS - Browser: chrome - OpenSumi Version: [e.g. 2.13.0]