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

源代码管理-点击以树形式查看后,列表显示不对(参考vscode) ![image](https://github.com/opensumi/core/assets/13432873/a3595ada-1b9a-4118-9e34-d76686134b0d) **预期表现(Expected behavior)** ![image](https://github.com/opensumi/core/assets/13432873/ebab8edb-9267-42d5-9b00-3547898d1beb) 存在树型结构 **环境信息(Environment)** - OS: Windows11 - Browser: electron - OpenSumi Version: 2.24.5

🐞 bug

**描述你的问题(Describe the bug)** ![image](https://user-images.githubusercontent.com/20262815/235074182-80c56096-cc2c-4076-bf76-c469da41d128.png) **复现路径(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
👨🏻‍💻 good first issue

![image](https://github.com/opensumi/core/assets/13432873/3b0b4db9-1e56-4bb5-a71c-eb0322d71f16) ![image](https://github.com/opensumi/core/assets/13432873/3f2e6c9c-6b91-4aff-99d3-4ea07135934f) 如图所示,点击添加远程仓库出现警告然后失败了,请问怎么解决? **预期表现(Expected behavior)** 预期可以鼠标操作添加远程仓库 **环境信息(Environment)** - OS: [Windows11] - Browser: [electron] - OpenSumi Version: [2.23.0]

🐞 bug

**描述你的问题(Describe the bug)** ![Kapture 2023-05-22 at 18 05 21](https://github.com/opensumi/core/assets/20262815/43cfaf80-1f27-4e88-b6d4-4d53d344eb80) **复现路径(To Reproduce)** **预期表现(Expected behavior)** **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g. chrome, safari, electron] - OpenSumi Version:...

🐞 bug

希望可以支持 gitlens 插件 "eamodio": [ { "name": "gitlens", "version": "13.5.0" } ], ![image](https://github.com/opensumi/core/assets/13432873/181f75e6-aa62-4033-bacb-9d01acab77ae) 加载插件后就会报错 希望可以消除所有的警告 **环境信息(Environment)** - OS: Windows11 - Browser: electron - OpenSumi Version: 2.22.5

🐞 bug

**描述你的问题(Describe the bug)** ```ts const app = new ClientApp({ appName: '%app.name%', ... ``` 然后设置 app.name 的 i18n: `Test`。 然后在插件中获取 env 的 appName 仍然是 `%app.name%` ```ts import { env, version }...

🐞 bug

- https://github.com/opensumi/core/pull/2727 上面这个 PR 改成了单行展示问题,更优化的办法是点击一下展示多行。

🎨 feature

**描述你的问题(Describe the bug)** 没有间距,紧挨着标题栏 ![image](https://github.com/opensumi/core/assets/1762334/e5daff69-fd61-4279-b1e8-1bf4f36b8e9f) **预期表现(Expected behavior)** 面板上下都预留一点距离

🐞 bug

**描述你的问题(Describe the bug)** ![image](https://github.com/opensumi/core/assets/13432873/59c81dce-e2bd-48e5-9368-9ea95a152310) 安装 gitlens 插件后 插件有图标显示错误 ![image](https://github.com/opensumi/core/assets/13432873/69f2a4dc-c7c6-4074-9502-2c5dc8153bb4) 定位到 windows 下路径解析出现问题 期待是: D:\\workspace\\ide-electron 实际是: D:\\d\\workspace\\ide-electron 定位应该是 ProtocolElectronMainContribution 中 onStart 处理 webview 的路径有 bug **环境信息(Environment)** - OS: Windows11 - Browser:electron...

🐞 bug

**描述你的问题(Describe the bug)** ![image](https://github.com/opensumi/core/assets/9823838/819196db-3248-43e0-94b7-a2adf935dff7) 报错信息如图所示 **复现路径(To Reproduce)** 1. 基于 VS Code 1.68.1 版本 Tag 构建 CSS Language Feature 插件并运行 2. 本地安装后报错 **预期表现(Expected behavior)** 正常使用,支持 PostCSS 等语法

🐞 bug
👨🏻‍💻 good first issue