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 338 core issues
Sort by recently updated
recently updated
newest added

**描述你的问题(Describe the bug)** 右击转到定义暂无功能,刷新页面之后转到定义会出现 Warning: `info.item` is deprecated since we will move to function component that not provides React Node instance in future. Warning: `info.item` is deprecated since we will...

🐞 bug

**描述你的问题(Describe the bug)** ![image](https://github.com/opensumi/core/assets/13432873/e7d1a320-433c-4893-b61f-4b3f13d68b5c) 经常报 [9488:0515/170308.015:ERROR:gpu_init.cc(446)] Passthrough is not supported, GL is disabled, ANGLE is 看上去像是 gpu 初始化的时候找不到 GL 库?组件? 可是我用的是华为的笔记本 Matebook X Pro **复现路径(To Reproduce)** **预期表现(Expected behavior)** 请问应该怎么消除警告?! **环境信息(Environment)**...

🐞 bug

需要欢迎页面新增对标 vscode 的引导教程功能。 预期在新增插件或者发布新的 ide 功能时增加对应的引导使用说明。 比较紧急的需求

🎨 feature

**描述你的问题(Describe the bug)** 下拉菜单展示的位置覆盖行动点按钮的位置 ![image](https://github.com/opensumi/core/assets/1762334/85adfdcd-e6a0-411a-8ff0-8e0c4296b3af) ![image](https://github.com/opensumi/core/assets/1762334/2d8262d7-9452-444c-a589-a0f64f6c6bf1) **复现路径(To Reproduce)** **预期表现(Expected behavior)** ![image](https://github.com/opensumi/core/assets/1762334/3fc03a01-902d-48c6-a16f-cc7e93b1bd13) ![image](https://github.com/opensumi/core/assets/1762334/4f870ff7-d6d1-47e8-9398-1c87c449ef85) **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g. chrome, safari, electron] - OpenSumi Version: [e.g....

🐞 bug

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 终端分屏时,要删除某一个分屏面板,目前的交互是:焦点需要在终端,然后点击右上角的删除按钮 ![image](https://github.com/opensumi/core/assets/1762334/772580dc-20c8-48a9-85de-069157445b34) **描述你预期的功能表现(Describe the solution you'd like)** ![image](https://github.com/opensumi/core/assets/1762334/7ad611d0-5843-435d-bea1-7ba5aa4ccb24)

🎨 feature

**描述你的问题(Describe the bug)** 当只打开一个自定义Editor,关闭的时候未能销毁Editor组件。 如果同时打开了其他Editor。关闭的时候能正确销毁。 **复现路径(To Reproduce)** 1、注册一个自定义Editor组件。 ``` export const CustomEditorView: ReactEditorComponent = ()=>{ useEffect(() => { return () => { console.log(1); }; }, []); } ``` 2、打开这个自定义组件(无其他Editor打开)。然后关闭。 **预期表现(Expected...

🐞 bug

**描述你的问题(Describe the bug)** **复现路径(To Reproduce)** 1. 打开任意一个md文件 2. 预览md 使其webview打开 3. 关闭其他页面,只保留一个 md的webview 4. 刷新页面会触发 tryReviveWebviewComponent 逻辑报错 并无webview展示 **预期表现(Expected behavior)** **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser:...

🐞 bug

![image](https://github.com/opensumi/core/assets/13938334/0e3b9e61-4d1d-4bc9-832a-9b09f0d477b8)

🎨 feature

**描述你的问题(Describe the bug)** 我们都有过VSCode插件的开发经验了。 然而按照官方文档 [插件研发](https://opensumi.com/zh/docs/extension/quick-start)的引导,没有一个人能够把helloword成功跑出。 Windows 11 上和 Mac 上都试了,有着不同的错误 **复现路径(To Reproduce)** **Window11上的问题** engine无法被安装,步骤如下 1. 安装cli:`npm install @opensumi/cli -g` 2. 查看engine安装情况:` sumi engine ls` , 此时显示没有安装 3. 查看远端engine版本信息:` sumi...

🐞 bug

最近工作空间个数限制 是否可以设置 ?在设置里面是否有呢

🎨 feature