core
core copied to clipboard
🚀 A framework helps you quickly build AI Native IDE products. https://preview.opensumi.com
**描述你的问题(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...
**描述你的问题(Describe the bug)**  经常报 [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)**...
需要欢迎页面新增对标 vscode 的引导教程功能。 预期在新增插件或者发布新的 ide 功能时增加对应的引导使用说明。 比较紧急的需求
**描述你的问题(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....
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 终端分屏时,要删除某一个分屏面板,目前的交互是:焦点需要在终端,然后点击右上角的删除按钮  **描述你预期的功能表现(Describe the solution you'd like)** 
**描述你的问题(Describe the bug)** 当只打开一个自定义Editor,关闭的时候未能销毁Editor组件。 如果同时打开了其他Editor。关闭的时候能正确销毁。 **复现路径(To Reproduce)** 1、注册一个自定义Editor组件。 ``` export const CustomEditorView: ReactEditorComponent = ()=>{ useEffect(() => { return () => { console.log(1); }; }, []); } ``` 2、打开这个自定义组件(无其他Editor打开)。然后关闭。 **预期表现(Expected...
**描述你的问题(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:...

**描述你的问题(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...