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

👨🏻‍💻 good first issue
🤔 help wanted
🎨 feature

目前框架内仍然存在两个 `RecycleTree`,计划于 2.17.0 版本中移除掉 `@opensumi/ide-core-browser` 中的 `RecycleTree`,核心工作如下: - 替换 `search` , `problem` 面板中的 `RecycleTree` 实现 (简单展示建议使用 SimpleRecycleTree) - 一处冗余的 `DeprecatedRecycleTree` 代码及多余依赖,如 `PerferctScrollerbar` 等 - 插件进程提供 `SimpleRecycleTree` 作为后续展示 Tree 结构视图的组件

enhancement
refactor

**描述你的问题(Describe the bug)** VSCode 选中整行移动到最后会离右边有一些间隔: 小程序 IDE 移到最右会被滚动条挡住: 反馈 from: @HadesTang

🐞 bug
🤔 help wanted
wontfix

目前我的 .sumi/extensions 文件夹是和 .vscode/extensions 文件夹一样的内容,但是在 statusbar 上右键菜单展示项不完整: Sumi: VSCode:

🐞 bug
🤔 help wanted
🥸 needs more detail
wontfix

code 在启动时会生成一个 VSCODE_NLS_CONFIG 环境变量,里面会存一个 locale 参数代表当前 language, code-settings-sync 这个插件(https://github.com/shanalikhan/code-settings-sync/blob/master/src/localize.ts#L17)就是靠该参数来获取 locale 并进行后续操作的

🎨 feature
🥸 needs more detail
wontfix

帮助栏建议放上快捷键参考 ![image](https://user-images.githubusercontent.com/13938334/158759392-b9950a2b-f4c0-4298-8ae7-269eb1553fc8.png)

👨🏻‍💻 good first issue
🤔 help wanted
🎨 feature

**描述你的问题(Describe the bug)** **复现路径(To Reproduce)** 插件里注册了 registerFileSystemProvider,然后创建自定义 schema 协议的文件,并写入内容 然后通过 openTextDocument 和 showTextDocument 打开到编辑器展示 此时刷新浏览器 整个 url 地址就会变成 ${window.location.origin}/${自定义 schema 文件} 持续刷新都会跳转过去 **预期表现(Expected behavior)** **问题截图(Screenshots)** **环境信息(Environment)** - OS: [e.g. macOS...

🐞 bug
🥸 needs more detail
wontfix

👨🏻‍💻 good first issue
🤔 help wanted
🎨 feature
wontfix

在工作区模式下,使用 cmd+p 搜索时同名文件无法区分。

🐞 bug
👨🏻‍💻 good first issue
🤔 help wanted
wontfix

launch.json 文件支持 `compounds` ```json "compounds": [ { "name": "Client + Server", "configurations": ["Client", "Server"] } ] ``` 该类任务可以将两个任务一起执行

🤔 help wanted
🎨 feature