core
core copied to clipboard
🚀 A framework helps you quickly build AI Native IDE products. https://preview.opensumi.com
### Types - [x] 🎉 New Features ### Background or solution 关联issuse #3900 为编辑器的选项卡和关闭按钮添加键盘操作支持、适配屏幕阅读器  ### Changelog - 选项卡支持键盘聚焦 - 选项卡聚焦后支持按左光彪和上光标移动到上一个选项卡、按下光标或右光标移动到后一个选项卡、按home移动到第一个选项卡、按end移动到最后一个选项卡。 - 选项卡支持回车键或空格键执行点击操作、支持按菜单键Application弹出菜单。 - 选项卡添加aria无障碍展开状态属性,支持屏幕阅读器朗读选项卡是否展开的状态。 - 选项卡的关闭按钮添加键盘焦点、添加无障碍属性适配屏幕阅读器。 ## Summary by...
Bumps [@types/react-mentions](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-mentions) from 4.1.13 to 4.4.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
**描述你的问题(Describe the bug)** https://preview.opensumi.com/ web IED 点击杀死终端按钮,控制台会报错  **复现路径(To Reproduce)** 点击杀死终端按钮,控制台会报错**预期表现(Expected behavior)** **环境信息(Environment)** https://preview.opensumi.com/
The current implementation of unwatchFileChanges does not fully remove all watchers, which may lead to resource leaks or inconsistent behavior. This needs to be fixed to ensure that unwatchFileChanges and...
**描述你的问题(Describe the bug)** 这非常重要。 经过最近的更改后,open-vsx.org 不再工作,并且无法手动上传 vsix 插件。 它会生成一个空的扩展列表,并且仅启用它就会导致许多或所有扩展无法做出贡献。 上传文件和文件夹也不起作用。 我们正在考虑使用 opensumi,但互操作性对我们来说是必要的。
**描述你的问题(Describe the bug)**  **复现路径(To Reproduce)** ```ts interface IA { foo: () => [b: B, c: C]; } class B { // B 的属性和方法 } class C { // C...
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** **描述你预期的功能表现(Describe the solution you'd like)** **描述你考虑过的替代方案(Describe alternatives you've considered)** **补充信息(Additional context)**
**描述你的问题(Describe the bug)** 我在项目里面声明了$开头变量比如 '$user', ```typescript interface YFDUserService { /** * 用户 ID */ userId: number; } declare const $user: YFDUserService; ``` 写代码时,语言服务的补全后总要多加一个$成 ' $$user'  **复现路径(To Reproduce)** **预期表现(Expected behavior)**...
Bumps [rc-menu](https://github.com/react-component/menu) from 9.13.0 to 9.15.1. Release notes Sourced from rc-menu's releases. v9.15.1 test: snap (#738) d9a5c6a fix: recursion lose prefixCls (#737) f3f03a2 https://github.com/react-component/menu/compare/v9.15.0...v9.15.1 v9.15.0 chore: add pnpm-lock.yaml e37d05c docs:...