core
core copied to clipboard
🚀 A framework helps you quickly build AI Native IDE products. https://preview.opensumi.com
Bumps [vscode-uri](https://github.com/microsoft/vscode-uri) from 3.0.2 to 3.0.8. Commits 53e4ca6 prepare 3.0.8 (#39) e845ecf Bump semver from 7.3.8 to 7.5.4 (#37) 5af89ba Merge pull request #35 from microsoft/users/GitHubPolicyService/85242dcb-5549... fd1abbc Microsoft mandatory file...
Bumps [rc-dialog](https://github.com/react-component/dialog) from 7.6.1 to 9.4.0. Release notes Sourced from rc-dialog's releases. v9.4.0 feat: Dialog support aria-* in closable (#403) 94dcda5 fix: fix the issue in the demo where the...
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 支持定制,可以直接在应用层注册render **描述你预期的功能表现(Describe the solution you'd like)** **描述你考虑过的替代方案(Describe alternatives you've considered)** **补充信息(Additional context)**
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** **描述你预期的功能表现(Describe the solution you'd like)** **描述你考虑过的替代方案(Describe alternatives you've considered)** **补充信息(Additional context)**
Please let me know how I can have English version of app when I execute npm start? at the moment app opens in Chinese version
**描述你的问题(Describe you question here)** 请问下纯WEB版安装成功后能在断网(脱离互联网)环境下使用吗?看到有很多样式文件和图标文件需要加载,请问下样式和图标如何自定义?
**描述你的问题(Describe the bug)** 用display切换面板,chat面板会重新渲染会话,导致历史记录自动清空 **复现路径(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]
**我有在win10 win11安装环境,查看opensumi文档和vs code文档都不大顺利, 在core这个项目运行yarn命令出现一些错误。经过搜索解决多个错误后能正常运行 ,但测试ide-startup这个项目,运行yarn命令出现下面错误。后使用Mac os安装,安装过程比较顺利,core这个项目也正常运行,但ide-startup也是出现下面错误。 是否有个在一步步安装对应软件版本的流程。确保这些软件组合能正常运行项目**
我想修改 debug command,在命令前后做操作,但是注册的时候 不太清楚命令 debug.start 是在什么时候注册的,在其他模块做 commands.afterExecuteCommand 的注册的时候,似乎是失效了,因此想问问看,应该怎么改比较好??? 请问 ide-debug 对应 core 代码库的哪个文件,我的想法是通过源码进行替换,但是全替换文件太多了,因此想先看看是怎么实现的,再想想怎么解决。