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

右键没有format document菜单 ![image](https://github.com/opensumi/core/assets/66669483/a58a66d4-90a5-42cb-afc3-7e5d8f2397a3) ctrl+shift+p有命令,但是执行没有效果 ![image](https://github.com/opensumi/core/assets/66669483/f8a62068-632d-47db-97a7-3edc3d3c0102)

🐞 bug

**描述你的问题(Describe the bug)** 在 remote 模式下,在文件选择器中删除文件会报错“文件XXX不存在。 **复现路径(To Reproduce)** 客户端以 electron 的形式启动,后端在远端服务器(文件系统在远端服务器,而非客户端本地)。 ```typescript import { ClientApp } from "@opensumi/ide-core-browser/lib/bootstrap/app"; const app = new ClientApp({ isRemote: true, wsPath: "ws://xxxxx", ... // 其他必要参数...

🐞 bug

**描述你的问题(Describe the bug)** Our IDE is built on top of the OpenSumi framework, the electron-ide template. On Mac M1, the IDE could not start because of this error: `[node]libc++abi.dylib: terminating...

🐞 bug

希望插件支持禁用/启用功能 再不想卸载的情况下可以支持管理

👨🏻‍💻 good first issue
🎨 feature

复现步骤: 1.创建任意文件 ,并不保存 ![image](https://github.com/opensumi/core/assets/50567203/f2fc8c3a-9ff6-489c-bf92-30d46ca1c875) 2.拖拽刚创建的文件进任意文件夹 ![image](https://github.com/opensumi/core/assets/50567203/b16fefe8-e295-4663-aa2d-42335753ab32) 3.点击确定后右下角报错 ![image](https://github.com/opensumi/core/assets/50567203/e1c3aaf8-5cef-4ff1-8c25-f998f14ec7de) 期望:可以正常移动文件夹

🐞 bug

Launch Frontend 通过调试面板的 Launch Backend 并不能启动 Node 进程 和 Browser 进程 进行调试。 看上去像是少提交了 ./entry/web/server.ts 相关的内容

🐞 bug

**描述你的问题(Describe the bug)** 此版本下,智能提示与 lint 都正常,但是 debug 调试会提示报错:`The number of constructor arguments in the derived class s must be >= than the number of constructor arguments of its base class.`...

🐞 bug
v3

**描述你的问题(Describe the bug)** 使用 ide-startup 测试,前端打开一个文件后,后端进程由于 OOM 退出。 ``` [30947:0x130008000] 536403 ms: Mark-sweep 394.3 (434.6) -> 370.8 (410.2) MB, 71.1 / 0.0 ms (+ 0.0 ms in 3 steps since...

🐞 bug
v3

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** like https://github.com/microsoft/vscode/issues/824 **描述你预期的功能表现(Describe the solution you'd like)** - [ ] get/set encoding **描述你考虑过的替代方案(Describe alternatives you've considered)** **补充信息(Additional context)**

⚡️ extension api
🎨 feature
v3