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

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 类似针对插件进程的 `Start Extension Host Profile` 命令,用于生成 Server 进程运行时的 cpuprofile 文件,便于排查 Server 端问题 ![image](https://user-images.githubusercontent.com/17701805/162348031-f74ab26f-3a77-409e-9fb0-57cbe83c4296.png) **描述你预期的功能表现(Describe the solution you'd like)** - 新增...

🎨 feature

macOS 或 Windows 必现 ![CED12D2A-5F47-4AE8-8120-F7108DB88C67](https://user-images.githubusercontent.com/13938334/146867456-9807c0b9-7206-4672-a5d5-2ced4689428c.gif) ![image](https://user-images.githubusercontent.com/13938334/146867571-f4439d0b-644c-4462-a4e7-816f4ca1dabf.png) 大表哥:如果之前有 inlineSuggest 占了这么大地方,切到下一个又没这么多内容,那片空白会留着...

🐞 bug

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** **描述你预期的功能表现(Describe the solution you'd like)** vscode 支持右键 keybinding 展示一些功能 **描述你考虑过的替代方案(Describe alternatives you've considered)** **补充信息(Additional context)**

🎨 feature

看到构建时老是会报这个错: ``` > @opensumi/[email protected] build:dist /home/runner/work/core/core/packages/components > webpack --config ./webpack.config.js --color Failed to load /home/runner/work/core/core/configs/ts/references/tsconfig.components.json: Missing baseUrl in compilerOptions tsconfig-paths-webpack-plugin: Found no baseUrl in tsconfig.json, not applying tsconfig-paths-webpack-plugin tsconfig-paths-webpack-plugin: Found...

🐞 bug
wontfix

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 背景见: - #563

🎨 feature
wontfix

https://user-images.githubusercontent.com/13938334/159209589-3ac71c19-099d-4143-88ef-68958d7cd8eb.mp4

🎨 feature
wontfix

**描述你的问题(Describe the bug)** clientApp 里传入 defaultPreferences 无法设置层级配置 **复现路径(To Reproduce)** ```js opts.defaultPreferences = { "aaa.bbb": { "ccc": "ddd", } } ``` package.json: ``` { "publisher": "a", "name": "aaa", "main": ".", "engines":...

🐞 bug

背景: 随着Chrome和Edge新版的发布,background WebSocket的限制愈发严格。 对于远程连接RTT的监控展示在Tab处于非活跃状态的时候,WebSocket被 pause / kill 的现象变多了。 类似于下图 可以考虑使用Service Worker来承接Websocket连接来避免被杀,不过效果如何依然有待测试,未来可以先做POC来验证效果。 Ref: https://stackoverflow.com/questions/60758141/how-to-detect-when-browser-throttles-timers-and-websockets-disconnection-after-a

🎨 feature
wontfix

**描述你的问题(Describe the bug)** **复现路径(To Reproduce)** 1. 开启调试 2. 新开个编辑器分组,并打开其他文件 3. 关闭新的分组 4. 此时继续单步调试,发现点击后无反应 https://user-images.githubusercontent.com/20262815/168555862-1d8e0326-1ffd-48e4-9d43-1cca026a320e.mp4 **预期表现(Expected behavior)** **问题截图(Screenshots)** **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser [e.g. chrome, safari]...

🐞 bug
wontfix

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 目前依赖的monaco版本有些老旧,性能和功能都有些落后,需要升级一下。

🎨 feature
wontfix